File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
custom_components/biketrax Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.4.0
4+ Released 30 October 2022
5+
6+ Highlights:
7+ * Updated: aiobiketrax v0.4.0 for exposing additional data.
8+ * Improved: migrate alarm switch to an alarm control panel (breaking change).
9+ * Fixed: read-only mode not persisted.
10+ * Fixed: unit conversion for imperial units.
11+
12+ The full list of commits can be found [ here] ( https://github.com/basilfx/homeassistant-aiobiketrax/compare/v0.3.0...v0.4.0 ) .
13+
314## v0.3.0
415Released 16 October 2022
516
Original file line number Diff line number Diff line change 1010 "name" : " PowUnity BikeTrax" ,
1111 "requirements" : [" aiobiketrax==0.4.0" ],
1212 "ssdp" : [],
13- "version" : " 0.3 .0" ,
13+ "version" : " 0.4 .0" ,
1414 "zeroconf" : []
1515}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ profile = "black"
1414
1515[tool .poetry ]
1616name = " homeassistant-biketrax"
17- version = " 0.3 .0"
17+ version = " 0.4 .0"
1818description = " Custom component for the PowUnity BikeTrax integration for Home Assistant."
1919authors = [
" Bas Stottelaar <[email protected] >" ]
2020
You can’t perform that action at this time.
0 commit comments