mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Update notes
This commit is contained in:
parent
5832ced7b8
commit
5af5055559
@ -32,6 +32,7 @@ og_image: /images/blog/2019-03-release-89/components.png
|
||||
- Rewrite of Toon component ([@frenck] - [#21186]) ([toon docs]) (breaking change) (new-platform)
|
||||
- Add SmartThings Scene platform ([@andrewsayre] - [#21405]) ([smartthings docs]) (new-platform)
|
||||
- Reddit Sensor ([@ljmerza] - [#21344]) ([sensor.reddit docs]) (new-platform)
|
||||
- mobile_app component ([@robbiet480] - [#21475]) ([mobile_app docs]) (beta fix) (new-platform)
|
||||
|
||||
## {% linkable_title New Features %}
|
||||
|
||||
@ -64,6 +65,38 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Add config for trusted networks auth provider ([@awarecan] - [#21111]) (breaking change)
|
||||
- HomeMatic: Add error-attribute ([@dagobert] - [#21009]) ([homematic docs]) (breaking change)
|
||||
|
||||
## {% linkable_title Beta Fixes %}
|
||||
|
||||
- Add PLATFORM_SCHEMA_BASE to telegram_bot component ([@veleek] - [#21155]) ([telegram_bot docs]) (beta fix)
|
||||
- Add watchdog to Ambient PWS ([@bachya] - [#21507]) ([ambient_station docs]) (beta fix)
|
||||
- Improve new Sonos snapshot/restore ([@amelchio] - [#21509]) ([sonos docs]) (beta fix)
|
||||
- Fix lint ([@balloob] - [#21520]) ([person docs]) ([sensor.airvisual docs]) (beta fix)
|
||||
- Only use a single store instance ([@balloob] - [#21521]) ([frontend docs]) (beta fix)
|
||||
- Allow skip-pip applied to HA core ([@awarecan] - [#21527]) (beta fix)
|
||||
- Updated variable name for readability ([@gorynychzmey] - [#21528]) ([person docs]) (beta fix)
|
||||
- Add missing retain option to mqtt.climate configuration schema ([@emontnemery] - [#21536]) ([mqtt docs]) (beta fix)
|
||||
- Fix warning ([@awarecan] - [#21538]) ([http docs]) (beta fix)
|
||||
- Fix incorrect pyairvisual call ([@bachya] - [#21542]) ([sensor.airvisual docs]) (beta fix)
|
||||
- mobile_app component ([@robbiet480] - [#21475]) ([mobile_app docs]) (beta fix) (new-platform)
|
||||
- Make time trigger data trigger.now local ([@emontnemery] - [#21544]) (beta fix)
|
||||
- Bump zigpy-deconz ([@damarco] - [#21566]) ([zha docs]) (beta fix)
|
||||
- Re-thrown exception occurred in the blocking service call ([@awarecan] - [#21573]) ([websocket_api docs]) (beta fix)
|
||||
- Upgrade PyXiaomiGateway library ([@Danielhiversen] - [#21582]) ([xiaomi_aqara docs]) (beta fix)
|
||||
- Log exception occurred in WS service call command ([@awarecan] - [#21584]) ([websocket_api docs]) (beta fix)
|
||||
- Word the tplink deprecation warning more strongly ([@amelchio] - [#21586]) ([tplink docs]) (beta fix)
|
||||
- Handle when installed app has already been removed ([@andrewsayre] - [#21595]) ([smartthings docs]) (beta fix)
|
||||
- Resolve race condition when HA auth provider is loading ([@awarecan] - [#21619]) (beta fix)
|
||||
- Upgrade pysonos to 0.0.8 ([@amelchio] - [#21624]) ([sonos docs]) (beta fix)
|
||||
- Fix calc next ([@balloob] - [#21630]) (beta fix)
|
||||
- Cast displaytime to int for JSON RPC ([@GGeezes] - [#21649]) ([notify docs]) (beta fix)
|
||||
- :shirt: Corrects unit of measurement symbol for Watt ([@frenck] - [#21654]) ([toon docs]) (beta fix)
|
||||
- Rename Google Assistant evenets ([@balloob] - [#21655]) ([google_assistant docs]) (beta fix)
|
||||
- :ambulance: Fixes Toon doing I/O in coroutines ([@frenck] - [#21657]) ([toon docs]) (beta fix)
|
||||
- Upgrade toonapilib to 3.1.0 ([@frenck] - [#21661]) ([toon docs]) (beta fix)
|
||||
- Avoid recorder thread crashing ([@balloob] - [#21668]) (beta fix)
|
||||
- check we have a tb ([@dgomes] - [#21670]) ([system_log docs]) (beta fix)
|
||||
- Fix ADS race condition ([@carstenschroeder] - [#21677]) ([ads docs]) (beta fix)
|
||||
|
||||
## {% linkable_title All changes %}
|
||||
|
||||
- Météo-France platform for the weather component ([@victorcerutti] - [#18404]) ([sensor.meteo_france docs]) ([weather.meteo_france docs]) (new-platform)
|
||||
@ -218,6 +251,35 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- ness_alarm: Bump nessclient version to 0.9.13 ([@nickw444] - [#21466]) ([ness_alarm docs])
|
||||
- Bump ihc to 2.3.0 ([@msvinth] - [#21494]) ([ihc docs])
|
||||
- Changed source priority for Person ([@gorynychzmey] - [#21479])
|
||||
- Add PLATFORM_SCHEMA_BASE to telegram_bot component ([@veleek] - [#21155]) ([telegram_bot docs]) (beta fix)
|
||||
- Add watchdog to Ambient PWS ([@bachya] - [#21507]) ([ambient_station docs]) (beta fix)
|
||||
- Improve new Sonos snapshot/restore ([@amelchio] - [#21509]) ([sonos docs]) (beta fix)
|
||||
- Fix lint ([@balloob] - [#21520]) ([person docs]) ([sensor.airvisual docs]) (beta fix)
|
||||
- Only use a single store instance ([@balloob] - [#21521]) ([frontend docs]) (beta fix)
|
||||
- Allow skip-pip applied to HA core ([@awarecan] - [#21527]) (beta fix)
|
||||
- Updated variable name for readability ([@gorynychzmey] - [#21528]) ([person docs]) (beta fix)
|
||||
- Add missing retain option to mqtt.climate configuration schema ([@emontnemery] - [#21536]) ([mqtt docs]) (beta fix)
|
||||
- Fix warning ([@awarecan] - [#21538]) ([http docs]) (beta fix)
|
||||
- Fix incorrect pyairvisual call ([@bachya] - [#21542]) ([sensor.airvisual docs]) (beta fix)
|
||||
- mobile_app component ([@robbiet480] - [#21475]) ([mobile_app docs]) (beta fix) (new-platform)
|
||||
- Make time trigger data trigger.now local ([@emontnemery] - [#21544]) (beta fix)
|
||||
- Bump zigpy-deconz ([@damarco] - [#21566]) ([zha docs]) (beta fix)
|
||||
- Re-thrown exception occurred in the blocking service call ([@awarecan] - [#21573]) ([websocket_api docs]) (beta fix)
|
||||
- Upgrade PyXiaomiGateway library ([@Danielhiversen] - [#21582]) ([xiaomi_aqara docs]) (beta fix)
|
||||
- Log exception occurred in WS service call command ([@awarecan] - [#21584]) ([websocket_api docs]) (beta fix)
|
||||
- Word the tplink deprecation warning more strongly ([@amelchio] - [#21586]) ([tplink docs]) (beta fix)
|
||||
- Handle when installed app has already been removed ([@andrewsayre] - [#21595]) ([smartthings docs]) (beta fix)
|
||||
- Resolve race condition when HA auth provider is loading ([@awarecan] - [#21619]) (beta fix)
|
||||
- Upgrade pysonos to 0.0.8 ([@amelchio] - [#21624]) ([sonos docs]) (beta fix)
|
||||
- Fix calc next ([@balloob] - [#21630]) (beta fix)
|
||||
- Cast displaytime to int for JSON RPC ([@GGeezes] - [#21649]) ([notify docs]) (beta fix)
|
||||
- :shirt: Corrects unit of measurement symbol for Watt ([@frenck] - [#21654]) ([toon docs]) (beta fix)
|
||||
- Rename Google Assistant evenets ([@balloob] - [#21655]) ([google_assistant docs]) (beta fix)
|
||||
- :ambulance: Fixes Toon doing I/O in coroutines ([@frenck] - [#21657]) ([toon docs]) (beta fix)
|
||||
- Upgrade toonapilib to 3.1.0 ([@frenck] - [#21661]) ([toon docs]) (beta fix)
|
||||
- Avoid recorder thread crashing ([@balloob] - [#21668]) (beta fix)
|
||||
- check we have a tb ([@dgomes] - [#21670]) ([system_log docs]) (beta fix)
|
||||
- Fix ADS race condition ([@carstenschroeder] - [#21677]) ([ads docs]) (beta fix)
|
||||
|
||||
[#18091]: https://github.com/home-assistant/home-assistant/pull/18091
|
||||
[#18404]: https://github.com/home-assistant/home-assistant/pull/18404
|
||||
@ -280,6 +342,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[#21150]: https://github.com/home-assistant/home-assistant/pull/21150
|
||||
[#21153]: https://github.com/home-assistant/home-assistant/pull/21153
|
||||
[#21154]: https://github.com/home-assistant/home-assistant/pull/21154
|
||||
[#21155]: https://github.com/home-assistant/home-assistant/pull/21155
|
||||
[#21156]: https://github.com/home-assistant/home-assistant/pull/21156
|
||||
[#21157]: https://github.com/home-assistant/home-assistant/pull/21157
|
||||
[#21162]: https://github.com/home-assistant/home-assistant/pull/21162
|
||||
@ -362,18 +425,47 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[#21466]: https://github.com/home-assistant/home-assistant/pull/21466
|
||||
[#21471]: https://github.com/home-assistant/home-assistant/pull/21471
|
||||
[#21474]: https://github.com/home-assistant/home-assistant/pull/21474
|
||||
[#21475]: https://github.com/home-assistant/home-assistant/pull/21475
|
||||
[#21476]: https://github.com/home-assistant/home-assistant/pull/21476
|
||||
[#21478]: https://github.com/home-assistant/home-assistant/pull/21478
|
||||
[#21479]: https://github.com/home-assistant/home-assistant/pull/21479
|
||||
[#21485]: https://github.com/home-assistant/home-assistant/pull/21485
|
||||
[#21486]: https://github.com/home-assistant/home-assistant/pull/21486
|
||||
[#21494]: https://github.com/home-assistant/home-assistant/pull/21494
|
||||
[#21507]: https://github.com/home-assistant/home-assistant/pull/21507
|
||||
[#21509]: https://github.com/home-assistant/home-assistant/pull/21509
|
||||
[#21510]: https://github.com/home-assistant/home-assistant/pull/21510
|
||||
[#21511]: https://github.com/home-assistant/home-assistant/pull/21511
|
||||
[#21512]: https://github.com/home-assistant/home-assistant/pull/21512
|
||||
[#21520]: https://github.com/home-assistant/home-assistant/pull/21520
|
||||
[#21521]: https://github.com/home-assistant/home-assistant/pull/21521
|
||||
[#21527]: https://github.com/home-assistant/home-assistant/pull/21527
|
||||
[#21528]: https://github.com/home-assistant/home-assistant/pull/21528
|
||||
[#21536]: https://github.com/home-assistant/home-assistant/pull/21536
|
||||
[#21538]: https://github.com/home-assistant/home-assistant/pull/21538
|
||||
[#21542]: https://github.com/home-assistant/home-assistant/pull/21542
|
||||
[#21544]: https://github.com/home-assistant/home-assistant/pull/21544
|
||||
[#21566]: https://github.com/home-assistant/home-assistant/pull/21566
|
||||
[#21573]: https://github.com/home-assistant/home-assistant/pull/21573
|
||||
[#21582]: https://github.com/home-assistant/home-assistant/pull/21582
|
||||
[#21584]: https://github.com/home-assistant/home-assistant/pull/21584
|
||||
[#21586]: https://github.com/home-assistant/home-assistant/pull/21586
|
||||
[#21595]: https://github.com/home-assistant/home-assistant/pull/21595
|
||||
[#21619]: https://github.com/home-assistant/home-assistant/pull/21619
|
||||
[#21624]: https://github.com/home-assistant/home-assistant/pull/21624
|
||||
[#21630]: https://github.com/home-assistant/home-assistant/pull/21630
|
||||
[#21649]: https://github.com/home-assistant/home-assistant/pull/21649
|
||||
[#21654]: https://github.com/home-assistant/home-assistant/pull/21654
|
||||
[#21655]: https://github.com/home-assistant/home-assistant/pull/21655
|
||||
[#21657]: https://github.com/home-assistant/home-assistant/pull/21657
|
||||
[#21661]: https://github.com/home-assistant/home-assistant/pull/21661
|
||||
[#21668]: https://github.com/home-assistant/home-assistant/pull/21668
|
||||
[#21670]: https://github.com/home-assistant/home-assistant/pull/21670
|
||||
[#21677]: https://github.com/home-assistant/home-assistant/pull/21677
|
||||
[@Adminiuga]: https://github.com/Adminiuga
|
||||
[@Danielhiversen]: https://github.com/Danielhiversen
|
||||
[@Dullage]: https://github.com/Dullage
|
||||
[@GGeezes]: https://github.com/GGeezes
|
||||
[@GidoHakvoort]: https://github.com/GidoHakvoort
|
||||
[@JBassett]: https://github.com/JBassett
|
||||
[@JeffLIrion]: https://github.com/JeffLIrion
|
||||
@ -401,6 +493,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[@balloob]: https://github.com/balloob
|
||||
[@bauerj]: https://github.com/bauerj
|
||||
[@blackray12]: https://github.com/blackray12
|
||||
[@carstenschroeder]: https://github.com/carstenschroeder
|
||||
[@dagobert]: https://github.com/dagobert
|
||||
[@damarco]: https://github.com/damarco
|
||||
[@danielperna84]: https://github.com/danielperna84
|
||||
@ -410,6 +503,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[@dmulcahey]: https://github.com/dmulcahey
|
||||
[@dshokouhi]: https://github.com/dshokouhi
|
||||
[@elupus]: https://github.com/elupus
|
||||
[@emontnemery]: https://github.com/emontnemery
|
||||
[@fabaff]: https://github.com/fabaff
|
||||
[@fbradyirl]: https://github.com/fbradyirl
|
||||
[@filcole]: https://github.com/filcole
|
||||
@ -448,6 +542,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[@thibmaek]: https://github.com/thibmaek
|
||||
[@tiste]: https://github.com/tiste
|
||||
[@tmechen]: https://github.com/tmechen
|
||||
[@veleek]: https://github.com/veleek
|
||||
[@victorcerutti]: https://github.com/victorcerutti
|
||||
[@w1ll1am23]: https://github.com/w1ll1am23
|
||||
[@zewelor]: https://github.com/zewelor
|
||||
@ -466,6 +561,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[deconz docs]: /components/deconz/
|
||||
[device_tracker docs]: /components/device_tracker/
|
||||
[esphome docs]: /components/esphome/
|
||||
[frontend docs]: /components/frontend/
|
||||
[google_assistant docs]: /components/google_assistant/
|
||||
[googlehome docs]: /components/googlehome/
|
||||
[history docs]: /components/history/
|
||||
@ -490,12 +586,16 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[media_player.panasonic_viera docs]: /components/media_player.panasonic_viera/
|
||||
[media_player.philips_js docs]: /components/media_player.philips_js/
|
||||
[meteo_france docs]: /components/meteo_france/
|
||||
[mobile_app docs]: /components/mobile_app/
|
||||
[modbus docs]: /components/modbus/
|
||||
[mqtt docs]: /components/mqtt/
|
||||
[neato docs]: /components/neato/
|
||||
[ness_alarm docs]: /components/ness_alarm/
|
||||
[netatmo docs]: /components/netatmo/
|
||||
[nissan_leaf docs]: /components/nissan_leaf/
|
||||
[notify docs]: /components/notify/
|
||||
[owlet docs]: /components/owlet/
|
||||
[person docs]: /components/person/
|
||||
[point docs]: /components/point/
|
||||
[prometheus docs]: /components/prometheus/
|
||||
[ps4 docs]: /components/ps4/
|
||||
@ -538,7 +638,9 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[switch.switchbot docs]: /components/switch.switchbot/
|
||||
[switch.switchmate docs]: /components/switch.switchmate/
|
||||
[switch.tplink docs]: /components/switch.tplink/
|
||||
[system_log docs]: /components/system_log/
|
||||
[tahoma docs]: /components/tahoma/
|
||||
[telegram_bot docs]: /components/telegram_bot/
|
||||
[tibber docs]: /components/tibber/
|
||||
[toon docs]: /components/toon/
|
||||
[tplink docs]: /components/tplink/
|
||||
@ -549,4 +651,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[weather.met docs]: /components/weather.met/
|
||||
[weather.meteo_france docs]: /components/weather.meteo_france/
|
||||
[weather.openweathermap docs]: /components/weather.openweathermap/
|
||||
[websocket_api docs]: /components/websocket_api/
|
||||
[xiaomi_aqara docs]: /components/xiaomi_aqara/
|
||||
[zha docs]: /components/zha/
|
||||
|
Loading…
x
Reference in New Issue
Block a user