mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
Add latest notes
This commit is contained in:
parent
3ac6aaec6a
commit
ba9c66bdba
@ -201,6 +201,16 @@ anymore. - ([@abmantis] - [#25971]) ([edp_redy docs])
|
|||||||
- Nissanleaf login fix ([@filcole] - [#26139]) ([nissan_leaf docs]) (breaking change) (beta fix)
|
- Nissanleaf login fix ([@filcole] - [#26139]) ([nissan_leaf docs]) (breaking change) (beta fix)
|
||||||
- Log warning if disabled entities receive updates. ([@balloob] - [#26143]) (beta fix)
|
- Log warning if disabled entities receive updates. ([@balloob] - [#26143]) (beta fix)
|
||||||
- Fix tuya switch state ([@PaulAnnekov] - [#26145]) ([tuya docs]) (beta fix)
|
- Fix tuya switch state ([@PaulAnnekov] - [#26145]) ([tuya docs]) (beta fix)
|
||||||
|
- Reload config entry when entity enabled in entity registry, remove entity if disabled. ([@balloob] - [#26120]) (beta fix)
|
||||||
|
- CoolMaster: Change auto to heat_cool ([@OnFreund] - [#26144]) ([coolmaster docs]) (breaking change) (beta fix)
|
||||||
|
- Bump androidtv to 0.0.24 ([@JeffLIrion] - [#26158]) ([androidtv docs]) (beta fix)
|
||||||
|
- fix issue setting scan_interval ([@chaoranxie] - [#26165]) ([google_maps docs]) (beta fix)
|
||||||
|
- Fix possible KeyError in SimpliSafe ([@bachya] - [#26190]) ([simplisafe docs]) (beta fix)
|
||||||
|
- Update pyheos to 0.6.0 ([@andrewsayre] - [#26191]) ([heos docs]) (beta fix)
|
||||||
|
- bump quirks version ([@dmulcahey] - [#26198]) ([zha docs]) (beta fix)
|
||||||
|
- luci device-tracker dependency fix ([@flowolf] - [#26215]) ([luci docs]) (beta fix)
|
||||||
|
- deCONZ normalizes cover values to follow zigbee spec ([@Kane610] - [#26240]) ([deconz docs]) (beta fix)
|
||||||
|
- SMA beta fix #26225 ([@kellerza] - [#26244]) ([sma docs]) (beta fix)
|
||||||
|
|
||||||
## All changes
|
## All changes
|
||||||
|
|
||||||
@ -385,6 +395,17 @@ anymore. - ([@abmantis] - [#25971]) ([edp_redy docs])
|
|||||||
- Nissanleaf login fix ([@filcole] - [#26139]) ([nissan_leaf docs]) (breaking change) (beta fix)
|
- Nissanleaf login fix ([@filcole] - [#26139]) ([nissan_leaf docs]) (breaking change) (beta fix)
|
||||||
- Log warning if disabled entities receive updates. ([@balloob] - [#26143]) (beta fix)
|
- Log warning if disabled entities receive updates. ([@balloob] - [#26143]) (beta fix)
|
||||||
- Fix tuya switch state ([@PaulAnnekov] - [#26145]) ([tuya docs]) (beta fix)
|
- Fix tuya switch state ([@PaulAnnekov] - [#26145]) ([tuya docs]) (beta fix)
|
||||||
|
- Reload config entry when entity enabled in entity registry, remove entity if disabled. ([@balloob] - [#26120]) (beta fix)
|
||||||
|
- CoolMaster: Change auto to heat_cool ([@OnFreund] - [#26144]) ([coolmaster docs]) (breaking change) (beta fix)
|
||||||
|
- Bump androidtv to 0.0.24 ([@JeffLIrion] - [#26158]) ([androidtv docs]) (beta fix)
|
||||||
|
- fix issue setting scan_interval ([@chaoranxie] - [#26165]) ([google_maps docs]) (beta fix)
|
||||||
|
- Fix possible KeyError in SimpliSafe ([@bachya] - [#26190]) ([simplisafe docs]) (beta fix)
|
||||||
|
- Update pyheos to 0.6.0 ([@andrewsayre] - [#26191]) ([heos docs]) (beta fix)
|
||||||
|
- bump quirks version ([@dmulcahey] - [#26198]) ([zha docs]) (beta fix)
|
||||||
|
- Nightly builds ([@pvizeli] - [#26204])
|
||||||
|
- luci device-tracker dependency fix ([@flowolf] - [#26215]) ([luci docs]) (beta fix)
|
||||||
|
- deCONZ normalizes cover values to follow zigbee spec ([@Kane610] - [#26240]) ([deconz docs]) (beta fix)
|
||||||
|
- SMA beta fix #26225 ([@kellerza] - [#26244]) ([sma docs]) (beta fix)
|
||||||
|
|
||||||
[#22664]: https://github.com/home-assistant/home-assistant/pull/22664
|
[#22664]: https://github.com/home-assistant/home-assistant/pull/22664
|
||||||
[#23567]: https://github.com/home-assistant/home-assistant/pull/23567
|
[#23567]: https://github.com/home-assistant/home-assistant/pull/23567
|
||||||
@ -561,12 +582,23 @@ anymore. - ([@abmantis] - [#25971]) ([edp_redy docs])
|
|||||||
[#26115]: https://github.com/home-assistant/home-assistant/pull/26115
|
[#26115]: https://github.com/home-assistant/home-assistant/pull/26115
|
||||||
[#26117]: https://github.com/home-assistant/home-assistant/pull/26117
|
[#26117]: https://github.com/home-assistant/home-assistant/pull/26117
|
||||||
[#26119]: https://github.com/home-assistant/home-assistant/pull/26119
|
[#26119]: https://github.com/home-assistant/home-assistant/pull/26119
|
||||||
|
[#26120]: https://github.com/home-assistant/home-assistant/pull/26120
|
||||||
[#26121]: https://github.com/home-assistant/home-assistant/pull/26121
|
[#26121]: https://github.com/home-assistant/home-assistant/pull/26121
|
||||||
[#26128]: https://github.com/home-assistant/home-assistant/pull/26128
|
[#26128]: https://github.com/home-assistant/home-assistant/pull/26128
|
||||||
[#26137]: https://github.com/home-assistant/home-assistant/pull/26137
|
[#26137]: https://github.com/home-assistant/home-assistant/pull/26137
|
||||||
[#26139]: https://github.com/home-assistant/home-assistant/pull/26139
|
[#26139]: https://github.com/home-assistant/home-assistant/pull/26139
|
||||||
[#26143]: https://github.com/home-assistant/home-assistant/pull/26143
|
[#26143]: https://github.com/home-assistant/home-assistant/pull/26143
|
||||||
|
[#26144]: https://github.com/home-assistant/home-assistant/pull/26144
|
||||||
[#26145]: https://github.com/home-assistant/home-assistant/pull/26145
|
[#26145]: https://github.com/home-assistant/home-assistant/pull/26145
|
||||||
|
[#26158]: https://github.com/home-assistant/home-assistant/pull/26158
|
||||||
|
[#26165]: https://github.com/home-assistant/home-assistant/pull/26165
|
||||||
|
[#26190]: https://github.com/home-assistant/home-assistant/pull/26190
|
||||||
|
[#26191]: https://github.com/home-assistant/home-assistant/pull/26191
|
||||||
|
[#26198]: https://github.com/home-assistant/home-assistant/pull/26198
|
||||||
|
[#26204]: https://github.com/home-assistant/home-assistant/pull/26204
|
||||||
|
[#26215]: https://github.com/home-assistant/home-assistant/pull/26215
|
||||||
|
[#26240]: https://github.com/home-assistant/home-assistant/pull/26240
|
||||||
|
[#26244]: https://github.com/home-assistant/home-assistant/pull/26244
|
||||||
[@Adminiuga]: https://github.com/Adminiuga
|
[@Adminiuga]: https://github.com/Adminiuga
|
||||||
[@BKPepe]: https://github.com/BKPepe
|
[@BKPepe]: https://github.com/BKPepe
|
||||||
[@Cereal2nd]: https://github.com/Cereal2nd
|
[@Cereal2nd]: https://github.com/Cereal2nd
|
||||||
@ -577,6 +609,7 @@ anymore. - ([@abmantis] - [#25971]) ([edp_redy docs])
|
|||||||
[@KptnKMan]: https://github.com/KptnKMan
|
[@KptnKMan]: https://github.com/KptnKMan
|
||||||
[@MatsNl]: https://github.com/MatsNl
|
[@MatsNl]: https://github.com/MatsNl
|
||||||
[@OliverRepo]: https://github.com/OliverRepo
|
[@OliverRepo]: https://github.com/OliverRepo
|
||||||
|
[@OnFreund]: https://github.com/OnFreund
|
||||||
[@PaulAnnekov]: https://github.com/PaulAnnekov
|
[@PaulAnnekov]: https://github.com/PaulAnnekov
|
||||||
[@Quentame]: https://github.com/Quentame
|
[@Quentame]: https://github.com/Quentame
|
||||||
[@Santobert]: https://github.com/Santobert
|
[@Santobert]: https://github.com/Santobert
|
||||||
@ -588,9 +621,11 @@ anymore. - ([@abmantis] - [#25971]) ([edp_redy docs])
|
|||||||
[@achatham]: https://github.com/achatham
|
[@achatham]: https://github.com/achatham
|
||||||
[@ahertz]: https://github.com/ahertz
|
[@ahertz]: https://github.com/ahertz
|
||||||
[@amelchio]: https://github.com/amelchio
|
[@amelchio]: https://github.com/amelchio
|
||||||
|
[@andrewsayre]: https://github.com/andrewsayre
|
||||||
[@bachya]: https://github.com/bachya
|
[@bachya]: https://github.com/bachya
|
||||||
[@balloob]: https://github.com/balloob
|
[@balloob]: https://github.com/balloob
|
||||||
[@cgarwood]: https://github.com/cgarwood
|
[@cgarwood]: https://github.com/cgarwood
|
||||||
|
[@chaoranxie]: https://github.com/chaoranxie
|
||||||
[@cj-thornton]: https://github.com/cj-thornton
|
[@cj-thornton]: https://github.com/cj-thornton
|
||||||
[@croghostrider]: https://github.com/croghostrider
|
[@croghostrider]: https://github.com/croghostrider
|
||||||
[@dannerph]: https://github.com/dannerph
|
[@dannerph]: https://github.com/dannerph
|
||||||
@ -606,6 +641,7 @@ anymore. - ([@abmantis] - [#25971]) ([edp_redy docs])
|
|||||||
[@farmio]: https://github.com/farmio
|
[@farmio]: https://github.com/farmio
|
||||||
[@filcole]: https://github.com/filcole
|
[@filcole]: https://github.com/filcole
|
||||||
[@flebourse]: https://github.com/flebourse
|
[@flebourse]: https://github.com/flebourse
|
||||||
|
[@flowolf]: https://github.com/flowolf
|
||||||
[@fredrike]: https://github.com/fredrike
|
[@fredrike]: https://github.com/fredrike
|
||||||
[@frenck]: https://github.com/frenck
|
[@frenck]: https://github.com/frenck
|
||||||
[@gadgetchnnel]: https://github.com/gadgetchnnel
|
[@gadgetchnnel]: https://github.com/gadgetchnnel
|
||||||
@ -654,6 +690,7 @@ anymore. - ([@abmantis] - [#25971]) ([edp_redy docs])
|
|||||||
[climate docs]: /components/climate/
|
[climate docs]: /components/climate/
|
||||||
[cloud docs]: /components/cloud/
|
[cloud docs]: /components/cloud/
|
||||||
[config docs]: /components/config/
|
[config docs]: /components/config/
|
||||||
|
[coolmaster docs]: /components/coolmaster/
|
||||||
[deconz docs]: /components/deconz/
|
[deconz docs]: /components/deconz/
|
||||||
[demo docs]: /components/demo/
|
[demo docs]: /components/demo/
|
||||||
[dialogflow docs]: /components/dialogflow/
|
[dialogflow docs]: /components/dialogflow/
|
||||||
@ -671,6 +708,7 @@ anymore. - ([@abmantis] - [#25971]) ([edp_redy docs])
|
|||||||
[fronius docs]: /components/fronius/
|
[fronius docs]: /components/fronius/
|
||||||
[geniushub docs]: /components/geniushub/
|
[geniushub docs]: /components/geniushub/
|
||||||
[geonetnz_quakes docs]: /components/geonetnz_quakes/
|
[geonetnz_quakes docs]: /components/geonetnz_quakes/
|
||||||
|
[google_maps docs]: /components/google_maps/
|
||||||
[googlehome docs]: /components/googlehome/
|
[googlehome docs]: /components/googlehome/
|
||||||
[group docs]: /components/group/
|
[group docs]: /components/group/
|
||||||
[heos docs]: /components/heos/
|
[heos docs]: /components/heos/
|
||||||
@ -687,6 +725,7 @@ anymore. - ([@abmantis] - [#25971]) ([edp_redy docs])
|
|||||||
[lacrosse docs]: /components/lacrosse/
|
[lacrosse docs]: /components/lacrosse/
|
||||||
[life360 docs]: /components/life360/
|
[life360 docs]: /components/life360/
|
||||||
[linksys_ap docs]: /components/linksys_ap/
|
[linksys_ap docs]: /components/linksys_ap/
|
||||||
|
[luci docs]: /components/luci/
|
||||||
[luftdaten docs]: /components/luftdaten/
|
[luftdaten docs]: /components/luftdaten/
|
||||||
[lutron docs]: /components/lutron/
|
[lutron docs]: /components/lutron/
|
||||||
[lw12wifi docs]: /components/lw12wifi/
|
[lw12wifi docs]: /components/lw12wifi/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user