Skip to content

Commit

Permalink
release: Released v2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 20, 2024
1 parent 2f69906 commit 8a0dd10
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.0.0](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.2.0...v2.0.0) (2024-01-20)


### Bug Fixes

* renamed attributes to have consistent naming style and updated Y/N based attributes to return bool ([6e1caba](https://github.com/BottlecapDave/HomeAssistant-FirstBus/commit/6e1caba23725d65021763dfd867f012b5965640f))


### Features

* Added data_last_updated attribute to sensor ([e47f2a3](https://github.com/BottlecapDave/HomeAssistant-FirstBus/commit/e47f2a399ca53a8cfc4dc6e14fcdf6ac08936eb8))


### BREAKING CHANGES

* Any reliances on attributes (e.g. automations) will need to be updated based on new naming structure
and return types. IsFG attribute has been removed as value always seems to be false.

# [1.2.0](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.1.4...v1.2.0) (2024-01-13)


Expand Down
2 changes: 1 addition & 1 deletion custom_components/first_bus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/BottlecapDave/HomeAssistant-FirstBus/issues",
"ssdp": [],
"version": "1.2.0",
"version": "2.0.0",
"zeroconf": []
}

0 comments on commit 8a0dd10

Please sign in to comment.