Skip to content

Commit 8a0dd10

Browse files
release: Released v2.0.0 [skip ci]
1 parent 2f69906 commit 8a0dd10

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [2.0.0](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.2.0...v2.0.0) (2024-01-20)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
8+
9+
### Features
10+
11+
* Added data_last_updated attribute to sensor ([e47f2a3](https://github.com/BottlecapDave/HomeAssistant-FirstBus/commit/e47f2a399ca53a8cfc4dc6e14fcdf6ac08936eb8))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Any reliances on attributes (e.g. automations) will need to be updated based on new naming structure
17+
and return types. IsFG attribute has been removed as value always seems to be false.
18+
119
# [1.2.0](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.1.4...v1.2.0) (2024-01-13)
220

321

custom_components/first_bus/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"iot_class": "cloud_polling",
1212
"issue_tracker": "https://github.com/BottlecapDave/HomeAssistant-FirstBus/issues",
1313
"ssdp": [],
14-
"version": "1.2.0",
14+
"version": "2.0.0",
1515
"zeroconf": []
1616
}

0 commit comments

Comments
 (0)