|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
<title><![CDATA[Category: Release-Notes | Home Assistant]]></title>
|
|
|
|
|
<link href="https://home-assistant.io/blog/categories/release-notes/atom.xml" rel="self"/>
|
|
|
|
|
<link href="https://home-assistant.io/"/>
|
|
|
|
|
<updated>2017-11-18T19:57:33+00:00</updated>
|
|
|
|
|
<updated>2017-11-18T20:34:08+00:00</updated>
|
|
|
|
|
<id>https://home-assistant.io/</id>
|
|
|
|
|
<author>
|
|
|
|
|
<name><![CDATA[Home Assistant]]></name>
|
|
|
|
@ -13,6 +13,487 @@
|
|
|
|
|
<generator uri="http://octopress.org/">Octopress</generator>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<entry>
|
|
|
|
|
<title type="html"><![CDATA[0.58: More translations, faster frontend, system log]]></title>
|
|
|
|
|
<link href="https://home-assistant.io/blog/2017/11/18/release-58/"/>
|
|
|
|
|
<updated>2017-11-18T04:00:00+00:00</updated>
|
|
|
|
|
<id>https://home-assistant.io/blog/2017/11/18/release-58</id>
|
|
|
|
|
<content type="html"><![CDATA[<a href='/components/#version/0.58'><img src='/images/blog/2017-11-0.58/components.png' style='border: 0;box-shadow: none;'></a>
|
|
|
|
|
|
|
|
|
|
<p class='note'>
|
|
|
|
|
The Hass.io release of 0.58 will be delayed by a couple of days because Pascal is moving this weekend.
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
## <a class='title-link' name='translation-update' href='#translation-update'></a> Translation update
|
|
|
|
|
|
|
|
|
|
Translations are up and running in full speed. Shortly after the last release we got our translation pipeline figured out. [@armills] and [@c727] are doing an amazing job managing this project. We've doubled the number of supported languages to 42 and the amount of keys to translate went from 8 to 130. Our translaters are on top of their game and 79% is already translated.
|
|
|
|
|
|
|
|
|
|
Talking about our translators, we now have 445 people with an account to help with translations. Not bad for 3 weeks!
|
|
|
|
|
|
|
|
|
|
And because more translations is more better, [@robbiet480] has added the iOS app to Lokalise, our translation management platform. The iOS app is currently supported in 7 different languages.
|
|
|
|
|
|
|
|
|
|
[Learn more about how to help with translations](https://home-assistant.io/blog/2017/11/05/frontend-translations/)
|
|
|
|
|
|
|
|
|
|
## <a class='title-link' name='frontend-improvements-continue' href='#frontend-improvements-continue'></a> Frontend improvements continue
|
|
|
|
|
|
|
|
|
|
Thanks to [@Andrey-git] we now are able to serve the frontend in modern JavaScript. Leveraging modern JavaScript makes the frontend faster to load and run. For now it's opt-in but we're looking into making it opt-out in the future. The ES5 version of the frontend will remain available for older devices.
|
|
|
|
|
|
|
|
|
|
To try it once, add `?latest` to your Home Assistant bookmark. To make it the default on your installation, update your config to look like this:
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
frontend:
|
|
|
|
|
javascript_version: latest
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
<p class='note'>
|
|
|
|
|
For Custom UI users: your custom UI will need to be updated before it can work with the new version of the frontend.
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
### <a class='title-link' name='system-log-enhanced' href='#system-log-enhanced'></a> System log enhanced
|
|
|
|
|
|
|
|
|
|
Our about screen that shows the error logs has gained a nice upgrade by [@postlund]. Now the 50 latest exceptions will be displayed with the option to get more information.
|
|
|
|
|
|
|
|
|
|
<p class='img'>
|
|
|
|
|
<img src='/images/blog/2017-11-0.58/system_log.png' alt='Screenshot of the about screen showing the system log.'>
|
|
|
|
|
Screenshot of the about screen showing the system log.
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
## <a class='title-link' name='new-platforms' href='#new-platforms'></a> New Platforms
|
|
|
|
|
|
|
|
|
|
- pyLoad download sensor ([@iMarkus] - [#10089]) ([sensor.pyload docs]) (new-platform)
|
|
|
|
|
- Add LaCrosse sensor platform ([@hthiery] - [#10195]) ([sensor.lacrosse docs]) (new-platform)
|
|
|
|
|
- Refactor Neato botvac components as a vacuum ([@jabesq] - [#9946]) ([neato docs]) ([sensor.neato docs]) ([switch.neato docs]) ([vacuum.neato docs]) (breaking change) (new-platform)
|
|
|
|
|
- Add platform and sensors for Vultr VPS ([@GenericStudent] - [#9928]) ([vultr docs]) ([binary_sensor.vultr docs]) ([sensor.vultr docs]) (new-platform)
|
|
|
|
|
- Adds support for Tile® Bluetooth trackers ([@bachya] - [#10478]) ([device_tracker.tile docs]) (new-platform)
|
|
|
|
|
- Support presence detection using Hitron Coda router ([@arilotter] - [#9682]) ([device_tracker.hitron_coda docs]) (new-platform)
|
|
|
|
|
- Add basic backend support for a system log ([@postlund] - [#10492]) ([system_log docs]) (new-platform)
|
|
|
|
|
- New sensor viaggiatreno. ([@fabfurnari] - [#10522]) ([sensor.viaggiatreno docs]) (new-platform)
|
|
|
|
|
|
|
|
|
|
## <a class='title-link' name='if-you-need-help' href='#if-you-need-help'></a> If you need help...
|
|
|
|
|
|
|
|
|
|
...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
|
|
|
|
|
|
|
|
|
## <a class='title-link' name='reporting-issues' href='#reporting-issues'></a> Reporting Issues
|
|
|
|
|
|
|
|
|
|
Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template.
|
|
|
|
|
|
|
|
|
|
<!--more-->
|
|
|
|
|
|
|
|
|
|
## <a class='title-link' name='breaking-changes' href='#breaking-changes'></a> Breaking Changes
|
|
|
|
|
|
|
|
|
|
- `hass.states.is_state_attr(entity_id, attribute, value)` has been removed. The template version still exists. Unused method parameter `wait` has been removed from `hass.bus.async_fire` ([@balloob] - [#10305]) (breaking change)
|
|
|
|
|
- Refactor Neato botvac components as a vacuum ([@jabesq] - [#9946]) ([neato docs]) ([switch.neato docs]) ([vacuum.neato docs]) (breaking change) (new-platform)
|
|
|
|
|
- Lutron released a firmware updated for the Caseta system which removed our ability to connect to and control the bridge device over SSH, breaking compatibility with pylutron_caseta and Home Assistant. Component has been updated to work again, please see the docs on how to set it up. ([@mdonoughe] - [#10286]) ([lutron_caseta docs]) (breaking change)
|
|
|
|
|
|
|
|
|
|
## <a class='title-link' name='all-changes' href='#all-changes'></a> All changes
|
|
|
|
|
|
|
|
|
|
- Bump python-miio for improved device support ([@syssi] - [#10294]) ([light.xiaomi_miio docs]) ([switch.xiaomi_miio docs])
|
|
|
|
|
- pyLoad download sensor ([@iMarkus] - [#10089]) ([sensor.pyload docs]) (new-platform)
|
|
|
|
|
- Add LaCrosse sensor platform ([@hthiery] - [#10195]) ([sensor.lacrosse docs]) (new-platform)
|
|
|
|
|
- Clean up core ([@balloob] - [#10305]) (breaking change)
|
|
|
|
|
- Refactor Neato botvac components as a vacuum ([@jabesq] - [#9946]) ([neato docs]) ([sensor.neato docs]) ([switch.neato docs]) ([vacuum.neato docs]) (breaking change) (new-platform)
|
|
|
|
|
- Move constants to setup.py ([@fabaff] - [#10312]) ([no_ip docs])
|
|
|
|
|
- Add option to overwrite file to the downloader component ([@arsaboo] - [#10298]) ([downloader docs])
|
|
|
|
|
- Use constants for HTTP headers ([@fabaff] - [#10313]) ([binary_sensor.aurora docs]) ([device_tracker.tplink docs]) ([device_tracker.upc_connect docs]) ([media_player.bluesound docs]) ([sensor.haveibeenpwned docs]) ([sensor.zamg docs]) ([telegram_bot.polling docs])
|
|
|
|
|
- fix a import in test causing vs code to fail to discover ([@perosb] - [#10358])
|
|
|
|
|
- Upgrade sqlalchemy to 1.1.15 ([@fabaff] - [#10330])
|
|
|
|
|
- Move counter component ([@fabaff] - [#10332]) ([counter docs])
|
|
|
|
|
- Add platform and sensors for Vultr VPS ([@GenericStudent] - [#9928]) ([vultr docs]) ([binary_sensor.vultr docs]) ([sensor.vultr docs]) (new-platform)
|
|
|
|
|
- Add heal_node and test_node services. ([@turbokongen] - [#10369]) ([zwave docs])
|
|
|
|
|
- Addition of new binary sensor class 'plug' ([@echox] - [#10336]) ([binary_sensor docs])
|
|
|
|
|
- Upgrae simplepush to 1.1.4 ([@fabaff] - [#10365]) ([notify.simplepush docs])
|
|
|
|
|
- Update aiohttp to 2.3.1 ([@pvizeli] - [#10139])
|
|
|
|
|
- Device model identification of the Xiaomi Philips Ceiling Lamp fixed. ([@syssi] - [#10401]) ([light.xiaomi_miio docs])
|
|
|
|
|
- Zwave save cache to file now. ([@turbokongen] - [#10381])
|
|
|
|
|
- Bump to 0.12.2 to fix urllib3 dependency ([@MisterWil] - [#10420]) ([abode docs])
|
|
|
|
|
- Remove extra info from zwave entity states ([@armills] - [#10413]) ([zwave docs])
|
|
|
|
|
- Fixes issue #10425 ([@robmarkcole] - [#10426]) ([sensor.london_air docs])
|
|
|
|
|
- Add baudrate option to Serial sensor ([@dgomes] - [#10439]) ([sensor.serial docs]) (breaking change)
|
|
|
|
|
- Remove model info from state ([@balloob] - [#10399]) ([light.tradfri docs])
|
|
|
|
|
- update tibber library ([@danielhiversen] - [#10460]) ([sensor.tibber docs])
|
|
|
|
|
- update pywebpush==1.3.0 ([@perosb] - [#10374]) ([notify.html5 docs])
|
|
|
|
|
- Fix slow WOL switch test ([@balloob] - [#10455])
|
|
|
|
|
- Fix recorder stop on SQLite vacuuming error ([@milanvo] - [#10405])
|
|
|
|
|
- Add include/exclude filter to mqtt_statestream ([@mw-white] - [#10354]) ([mqtt_statestream docs])
|
|
|
|
|
- Upgrade to 0.1.2 ([@TopdRob] - [#10348]) ([notify.free_mobile docs])
|
|
|
|
|
- Upgrade pyatv to 0.3.6 ([@TopdRob] - [#10349]) ([apple_tv docs])
|
|
|
|
|
- Remove useless temp converting ([@pvizeli] - [#10465]) ([climate.homematic docs])
|
|
|
|
|
- Upgrade apns2 to 0.3.0 ([@TopdRob] - [#10347]) ([notify.apns docs])
|
|
|
|
|
- Improvement of KNX climate component ([@Julius2342] - [#10388]) ([knx docs]) ([climate.knx docs])
|
|
|
|
|
- Updated gc100 package requirement to 1.0.3a ([@davegravy] - [#10484]) ([gc100 docs])
|
|
|
|
|
- Remove lag from Harmony remote platform ([@amelchio] - [#10218]) ([remote docs]) ([remote.harmony docs])
|
|
|
|
|
- Improve error handling. ([@cgtobi] - [#10482]) ([influxdb docs])
|
|
|
|
|
- Upgrade psutil to 5.4.1 ([@fabaff] - [#10490]) ([sensor.systemmonitor docs])
|
|
|
|
|
- Upgrade youtube_dl to 2017.11.06 ([@fabaff] - [#10491]) ([media_extractor docs])
|
|
|
|
|
- Fix for telegram polling. (added pausing when error occurs) ([@sander76] - [#10214]) ([telegram_bot.polling docs])
|
|
|
|
|
- add JSON processing capabilities to sensor_serial ([@dgomes] - [#10476]) ([sensor.serial docs])
|
|
|
|
|
- upgrade to new pylutron_caseta with TLS ([@mdonoughe] - [#10286]) ([lutron_caseta docs]) (breaking change)
|
|
|
|
|
- Bump dev to 0.58.0.dev0 ([@fabaff] - [#10510])
|
|
|
|
|
- OwnTracks Message Handling ([@ehagan] - [#10489]) ([device_tracker.owntracks docs])
|
|
|
|
|
- Add support for Alexa intent slot synonyms. ([@kmdm] - [#10469])
|
|
|
|
|
- Introduce media progress for Yamaha Musiccast devices ([@jalmeroth] - [#10256]) ([media_player.yamaha_musiccast docs])
|
|
|
|
|
- Add an option to serve ES6 JS to clients ([@andrey-git] - [#10474])
|
|
|
|
|
- Adapt to new yarl API ([@tinloaf] - [#10527]) ([tts.google docs])
|
|
|
|
|
- Update nederlandse_spoorwegen.py to include platform information ([@hmmbob] - [#10494]) ([sensor.nederlandse_spoorwegen docs])
|
|
|
|
|
- Pin yarl ([@tinloaf] - [#10528])
|
|
|
|
|
- Support configuration of region (no service url neccessary ([@molobrakos] - [#10513]) ([volvooncall docs])
|
|
|
|
|
- Fix import in tests ([@andrey-git] - [#10525])
|
|
|
|
|
- Update axis.py ([@Kane610] - [#10412]) ([axis docs])
|
|
|
|
|
- Add attribute to show who last un/set alarm (SPC) ([@mbrrg] - [#9906]) ([spc docs]) ([alarm_control_panel.spc docs]) ([binary_sensor.spc docs])
|
|
|
|
|
- Fixed Wink Quirky Aros bugs. ([@w1ll1am23] - [#10533]) ([climate.wink docs])
|
|
|
|
|
- Adds support for Tile® Bluetooth trackers ([@bachya] - [#10478]) ([device_tracker.tile docs]) (new-platform)
|
|
|
|
|
- telegram_bot: Support for sending videos ([@vickyg3] - [#10470]) ([telegram_bot docs]) ([notify.telegram docs])
|
|
|
|
|
- Pre-construct frontend index.html ([@balloob] - [#10520])
|
|
|
|
|
- notify.html5: use new json save and load functions ([@perosb] - [#10416]) ([notify.html5 docs])
|
|
|
|
|
- Change to device state attributes ([@dgomes] - [#10536]) ([sensor.serial docs])
|
|
|
|
|
- Google Assistant request sync service ([@r4nd0mbr1ck] - [#10165])
|
|
|
|
|
- Optimize concurrent access to media player image cache ([@amelchio] - [#10345]) ([media_player docs])
|
|
|
|
|
- webostv: set current source correctly ([@KapJI] - [#10548]) ([media_player.webostv docs])
|
|
|
|
|
- Upgrade pysnmp to 4.4.2 ([@fabaff] - [#10539]) ([device_tracker.snmp docs]) ([sensor.snmp docs]) ([switch.snmp docs])
|
|
|
|
|
- Fix and clean lametric ([@MartinHjelmare] - [#10391]) ([lametric docs]) ([notify.lametric docs])
|
|
|
|
|
- Support presence detection using Hitron Coda router ([@arilotter] - [#9682]) ([device_tracker.hitron_coda docs]) (new-platform)
|
|
|
|
|
- Better support for int types ([@ziotibia81] - [#10409]) ([sensor.modbus docs])
|
|
|
|
|
- Don't use the 'id' field since it can be autogenerated (fixes #10551). ([@kmdm] - [#10554])
|
|
|
|
|
- pad packets to multiple of 4 characters ([@SteveEdson] - [#10560]) ([switch.broadlink docs])
|
|
|
|
|
- Move temperature display helper from components to helpers ([@fabaff] - [#10555]) ([climate docs]) ([weather docs]) ([climate.eq3btsmart docs])
|
|
|
|
|
- webostv: Reduce default timeout to prevent log spamming ([@abmantis] - [#10564]) ([media_player.webostv docs])
|
|
|
|
|
- Fix lametric sound ([@MartinHjelmare] - [#10562]) ([lametric docs]) ([notify.lametric docs])
|
|
|
|
|
- Use a template for the Universal media player state ([@azogue] - [#10395]) ([media_player.universal docs])
|
|
|
|
|
- Verisure: Added option to set installation giid ([@abjorshammar] - [#10504]) ([verisure docs])
|
|
|
|
|
- Bump ring_doorbell to 0.1.7 ([@tchellomello] - [#10566]) ([ring docs])
|
|
|
|
|
- Add code to enable discovery for mqtt cover ([@marthoc] - [#10580]) ([cover.mqtt docs])
|
|
|
|
|
- Google Assistant for climate entities: Support QUERY and respect system-wide unit_system setting. ([@emosenkis] - [#10346])
|
|
|
|
|
- turn service call handler into coroutine ([@NovapaX] - [#10576]) ([configurator docs])
|
|
|
|
|
- Add basic backend support for a system log ([@postlund] - [#10492]) ([system_log docs]) (new-platform)
|
|
|
|
|
- Tradfri unique identities ([@NovapaX] - [#10414]) ([tradfri docs])
|
|
|
|
|
- Add panel build type ([@balloob] - [#10589])
|
|
|
|
|
- Cloud updates ([@balloob] - [#10567])
|
|
|
|
|
- Upgrade youtube_dl to 2017.11.15 ([@fabaff] - [#10592]) ([media_extractor docs])
|
|
|
|
|
- Fix Yahoo Weather icons over SSL ([@OnFreund] - [#10602]) ([sensor.yweather docs])
|
|
|
|
|
- Arlo - Fixes for updated library ([@jwillaz] - [#9892]) ([arlo docs]) ([camera.arlo docs]) ([sensor.arlo docs])
|
|
|
|
|
- Do not add panel from system_log ([@postlund] - [#10600]) ([system_log docs])
|
|
|
|
|
- Fix ValueError exception ([@ziotibia81] - [#10596]) ([sensor.modbus docs])
|
|
|
|
|
- Fix Hikvision (motion) switch bug ([@arsaboo] - [#10608]) ([switch.hikvisioncam docs])
|
|
|
|
|
- Allow unicode when dumping yaml ([@andrey-git] - [#10607])
|
|
|
|
|
- Support script execution for Alexa ([@micbase] - [#10517]) ([alexa.smart_home docs])
|
|
|
|
|
- bump client version ([@wardcraigj] - [#10610]) ([alarm_control_panel.totalconnect docs])
|
|
|
|
|
- New sensor viaggiatreno. ([@fabfurnari] - [#10522]) ([sensor.viaggiatreno docs]) (new-platform)
|
|
|
|
|
- Modbus switch register support ([@ziotibia81] - [#10563]) ([switch.modbus docs])
|
|
|
|
|
- Upgrade mypy to 0.550 ([@fabaff] - [#10591])
|
|
|
|
|
- Small fix to be able to use mac and vendor in "device_tracker_new_device" event. ([@Boltgolt] - [#10537]) ([device_tracker docs])
|
|
|
|
|
- add support for color temperature and color to Google Assistant ([@perosb] - [#10039])
|
|
|
|
|
- Cleanup old stale restore feature ([@pvizeli] - [#10593]) ([light docs])
|
|
|
|
|
- Correct input_datetime initial value parsing ([@colindunn] - [#10417]) ([input_datetime docs])
|
|
|
|
|
- Change generic thermostat to control heating on mode change Off -> Auto ([@milanvo] - [#10601]) ([climate.generic_thermostat docs])
|
|
|
|
|
- Improve WUnderground config validation ([@milanvo] - [#10573]) ([sensor.wunderground docs])
|
|
|
|
|
- update hbmqtt to 0.9.1 ([@masarliev] - [#10611])
|
|
|
|
|
- Allow to pass YandexTTS options via sevice call ([@andrey-git] - [#10578]) ([tts docs]) ([tts.yandextts docs])
|
|
|
|
|
- Snapcast: bump version and enable reconnect. ([@janLo] - [#10626]) ([media_player.snapcast docs])
|
|
|
|
|
- Fix async missing decorators ([@armills] - [#10628])
|
|
|
|
|
- Alexa slot synonym fix ([@devspacenine] - [#10614])
|
|
|
|
|
- Adjust logging in downloader component ([@amelchio] - [#10622]) ([downloader docs])
|
|
|
|
|
- Added sorted() to python_script ([@etsinko] - [#10621]) ([python_script docs])
|
|
|
|
|
- Add loglinefetch for frontend API call ([@turbokongen] - [#10579])
|
|
|
|
|
- Fixes AirVisual bug regarding incorrect location data ([@bachya] - [#10054]) ([sensor.airvisual docs])
|
|
|
|
|
- Make MQTT reconnection logic more resilient and fix race condition ([@cezarsa] - [#10133]) ([mqtt docs])
|
|
|
|
|
- Alexa improvements ([@robbiet480] - [#10632]) ([alexa.smart_home docs])
|
|
|
|
|
- Print entity type in "too slow" warnings ([@andrey-git] - [#10641])
|
|
|
|
|
- Bump pyatv to 0.3.8 ([@postlund] - [#10643]) ([apple_tv docs])
|
|
|
|
|
- Implement entity and domain exclude/include for Alexa ([@robbiet480] - [#10647])
|
|
|
|
|
|
|
|
|
|
[#10039]: https://github.com/home-assistant/home-assistant/pull/10039
|
|
|
|
|
[#10054]: https://github.com/home-assistant/home-assistant/pull/10054
|
|
|
|
|
[#10089]: https://github.com/home-assistant/home-assistant/pull/10089
|
|
|
|
|
[#10133]: https://github.com/home-assistant/home-assistant/pull/10133
|
|
|
|
|
[#10139]: https://github.com/home-assistant/home-assistant/pull/10139
|
|
|
|
|
[#10165]: https://github.com/home-assistant/home-assistant/pull/10165
|
|
|
|
|
[#10195]: https://github.com/home-assistant/home-assistant/pull/10195
|
|
|
|
|
[#10214]: https://github.com/home-assistant/home-assistant/pull/10214
|
|
|
|
|
[#10218]: https://github.com/home-assistant/home-assistant/pull/10218
|
|
|
|
|
[#10256]: https://github.com/home-assistant/home-assistant/pull/10256
|
|
|
|
|
[#10286]: https://github.com/home-assistant/home-assistant/pull/10286
|
|
|
|
|
[#10294]: https://github.com/home-assistant/home-assistant/pull/10294
|
|
|
|
|
[#10298]: https://github.com/home-assistant/home-assistant/pull/10298
|
|
|
|
|
[#10305]: https://github.com/home-assistant/home-assistant/pull/10305
|
|
|
|
|
[#10312]: https://github.com/home-assistant/home-assistant/pull/10312
|
|
|
|
|
[#10313]: https://github.com/home-assistant/home-assistant/pull/10313
|
|
|
|
|
[#10330]: https://github.com/home-assistant/home-assistant/pull/10330
|
|
|
|
|
[#10332]: https://github.com/home-assistant/home-assistant/pull/10332
|
|
|
|
|
[#10336]: https://github.com/home-assistant/home-assistant/pull/10336
|
|
|
|
|
[#10345]: https://github.com/home-assistant/home-assistant/pull/10345
|
|
|
|
|
[#10346]: https://github.com/home-assistant/home-assistant/pull/10346
|
|
|
|
|
[#10347]: https://github.com/home-assistant/home-assistant/pull/10347
|
|
|
|
|
[#10348]: https://github.com/home-assistant/home-assistant/pull/10348
|
|
|
|
|
[#10349]: https://github.com/home-assistant/home-assistant/pull/10349
|
|
|
|
|
[#10354]: https://github.com/home-assistant/home-assistant/pull/10354
|
|
|
|
|
[#10358]: https://github.com/home-assistant/home-assistant/pull/10358
|
|
|
|
|
[#10365]: https://github.com/home-assistant/home-assistant/pull/10365
|
|
|
|
|
[#10369]: https://github.com/home-assistant/home-assistant/pull/10369
|
|
|
|
|
[#10374]: https://github.com/home-assistant/home-assistant/pull/10374
|
|
|
|
|
[#10381]: https://github.com/home-assistant/home-assistant/pull/10381
|
|
|
|
|
[#10388]: https://github.com/home-assistant/home-assistant/pull/10388
|
|
|
|
|
[#10391]: https://github.com/home-assistant/home-assistant/pull/10391
|
|
|
|
|
[#10395]: https://github.com/home-assistant/home-assistant/pull/10395
|
|
|
|
|
[#10399]: https://github.com/home-assistant/home-assistant/pull/10399
|
|
|
|
|
[#10401]: https://github.com/home-assistant/home-assistant/pull/10401
|
|
|
|
|
[#10405]: https://github.com/home-assistant/home-assistant/pull/10405
|
|
|
|
|
[#10409]: https://github.com/home-assistant/home-assistant/pull/10409
|
|
|
|
|
[#10412]: https://github.com/home-assistant/home-assistant/pull/10412
|
|
|
|
|
[#10413]: https://github.com/home-assistant/home-assistant/pull/10413
|
|
|
|
|
[#10414]: https://github.com/home-assistant/home-assistant/pull/10414
|
|
|
|
|
[#10416]: https://github.com/home-assistant/home-assistant/pull/10416
|
|
|
|
|
[#10417]: https://github.com/home-assistant/home-assistant/pull/10417
|
|
|
|
|
[#10420]: https://github.com/home-assistant/home-assistant/pull/10420
|
|
|
|
|
[#10426]: https://github.com/home-assistant/home-assistant/pull/10426
|
|
|
|
|
[#10439]: https://github.com/home-assistant/home-assistant/pull/10439
|
|
|
|
|
[#10455]: https://github.com/home-assistant/home-assistant/pull/10455
|
|
|
|
|
[#10460]: https://github.com/home-assistant/home-assistant/pull/10460
|
|
|
|
|
[#10465]: https://github.com/home-assistant/home-assistant/pull/10465
|
|
|
|
|
[#10469]: https://github.com/home-assistant/home-assistant/pull/10469
|
|
|
|
|
[#10470]: https://github.com/home-assistant/home-assistant/pull/10470
|
|
|
|
|
[#10474]: https://github.com/home-assistant/home-assistant/pull/10474
|
|
|
|
|
[#10476]: https://github.com/home-assistant/home-assistant/pull/10476
|
|
|
|
|
[#10478]: https://github.com/home-assistant/home-assistant/pull/10478
|
|
|
|
|
[#10482]: https://github.com/home-assistant/home-assistant/pull/10482
|
|
|
|
|
[#10484]: https://github.com/home-assistant/home-assistant/pull/10484
|
|
|
|
|
[#10489]: https://github.com/home-assistant/home-assistant/pull/10489
|
|
|
|
|
[#10490]: https://github.com/home-assistant/home-assistant/pull/10490
|
|
|
|
|
[#10491]: https://github.com/home-assistant/home-assistant/pull/10491
|
|
|
|
|
[#10492]: https://github.com/home-assistant/home-assistant/pull/10492
|
|
|
|
|
[#10494]: https://github.com/home-assistant/home-assistant/pull/10494
|
|
|
|
|
[#10504]: https://github.com/home-assistant/home-assistant/pull/10504
|
|
|
|
|
[#10510]: https://github.com/home-assistant/home-assistant/pull/10510
|
|
|
|
|
[#10513]: https://github.com/home-assistant/home-assistant/pull/10513
|
|
|
|
|
[#10517]: https://github.com/home-assistant/home-assistant/pull/10517
|
|
|
|
|
[#10520]: https://github.com/home-assistant/home-assistant/pull/10520
|
|
|
|
|
[#10522]: https://github.com/home-assistant/home-assistant/pull/10522
|
|
|
|
|
[#10525]: https://github.com/home-assistant/home-assistant/pull/10525
|
|
|
|
|
[#10527]: https://github.com/home-assistant/home-assistant/pull/10527
|
|
|
|
|
[#10528]: https://github.com/home-assistant/home-assistant/pull/10528
|
|
|
|
|
[#10533]: https://github.com/home-assistant/home-assistant/pull/10533
|
|
|
|
|
[#10536]: https://github.com/home-assistant/home-assistant/pull/10536
|
|
|
|
|
[#10537]: https://github.com/home-assistant/home-assistant/pull/10537
|
|
|
|
|
[#10539]: https://github.com/home-assistant/home-assistant/pull/10539
|
|
|
|
|
[#10548]: https://github.com/home-assistant/home-assistant/pull/10548
|
|
|
|
|
[#10554]: https://github.com/home-assistant/home-assistant/pull/10554
|
|
|
|
|
[#10555]: https://github.com/home-assistant/home-assistant/pull/10555
|
|
|
|
|
[#10560]: https://github.com/home-assistant/home-assistant/pull/10560
|
|
|
|
|
[#10562]: https://github.com/home-assistant/home-assistant/pull/10562
|
|
|
|
|
[#10563]: https://github.com/home-assistant/home-assistant/pull/10563
|
|
|
|
|
[#10564]: https://github.com/home-assistant/home-assistant/pull/10564
|
|
|
|
|
[#10566]: https://github.com/home-assistant/home-assistant/pull/10566
|
|
|
|
|
[#10567]: https://github.com/home-assistant/home-assistant/pull/10567
|
|
|
|
|
[#10573]: https://github.com/home-assistant/home-assistant/pull/10573
|
|
|
|
|
[#10576]: https://github.com/home-assistant/home-assistant/pull/10576
|
|
|
|
|
[#10578]: https://github.com/home-assistant/home-assistant/pull/10578
|
|
|
|
|
[#10579]: https://github.com/home-assistant/home-assistant/pull/10579
|
|
|
|
|
[#10580]: https://github.com/home-assistant/home-assistant/pull/10580
|
|
|
|
|
[#10589]: https://github.com/home-assistant/home-assistant/pull/10589
|
|
|
|
|
[#10591]: https://github.com/home-assistant/home-assistant/pull/10591
|
|
|
|
|
[#10592]: https://github.com/home-assistant/home-assistant/pull/10592
|
|
|
|
|
[#10593]: https://github.com/home-assistant/home-assistant/pull/10593
|
|
|
|
|
[#10596]: https://github.com/home-assistant/home-assistant/pull/10596
|
|
|
|
|
[#10600]: https://github.com/home-assistant/home-assistant/pull/10600
|
|
|
|
|
[#10601]: https://github.com/home-assistant/home-assistant/pull/10601
|
|
|
|
|
[#10602]: https://github.com/home-assistant/home-assistant/pull/10602
|
|
|
|
|
[#10607]: https://github.com/home-assistant/home-assistant/pull/10607
|
|
|
|
|
[#10608]: https://github.com/home-assistant/home-assistant/pull/10608
|
|
|
|
|
[#10610]: https://github.com/home-assistant/home-assistant/pull/10610
|
|
|
|
|
[#10611]: https://github.com/home-assistant/home-assistant/pull/10611
|
|
|
|
|
[#10614]: https://github.com/home-assistant/home-assistant/pull/10614
|
|
|
|
|
[#10621]: https://github.com/home-assistant/home-assistant/pull/10621
|
|
|
|
|
[#10622]: https://github.com/home-assistant/home-assistant/pull/10622
|
|
|
|
|
[#10626]: https://github.com/home-assistant/home-assistant/pull/10626
|
|
|
|
|
[#10628]: https://github.com/home-assistant/home-assistant/pull/10628
|
|
|
|
|
[#10632]: https://github.com/home-assistant/home-assistant/pull/10632
|
|
|
|
|
[#10641]: https://github.com/home-assistant/home-assistant/pull/10641
|
|
|
|
|
[#10643]: https://github.com/home-assistant/home-assistant/pull/10643
|
|
|
|
|
[#10647]: https://github.com/home-assistant/home-assistant/pull/10647
|
|
|
|
|
[#9682]: https://github.com/home-assistant/home-assistant/pull/9682
|
|
|
|
|
[#9892]: https://github.com/home-assistant/home-assistant/pull/9892
|
|
|
|
|
[#9906]: https://github.com/home-assistant/home-assistant/pull/9906
|
|
|
|
|
[#9928]: https://github.com/home-assistant/home-assistant/pull/9928
|
|
|
|
|
[#9946]: https://github.com/home-assistant/home-assistant/pull/9946
|
|
|
|
|
[@Boltgolt]: https://github.com/Boltgolt
|
|
|
|
|
[@GenericStudent]: https://github.com/GenericStudent
|
|
|
|
|
[@Julius2342]: https://github.com/Julius2342
|
|
|
|
|
[@Kane610]: https://github.com/Kane610
|
|
|
|
|
[@KapJI]: https://github.com/KapJI
|
|
|
|
|
[@MartinHjelmare]: https://github.com/MartinHjelmare
|
|
|
|
|
[@MisterWil]: https://github.com/MisterWil
|
|
|
|
|
[@NovapaX]: https://github.com/NovapaX
|
|
|
|
|
[@OnFreund]: https://github.com/OnFreund
|
|
|
|
|
[@SteveEdson]: https://github.com/SteveEdson
|
|
|
|
|
[@TopdRob]: https://github.com/TopdRob
|
|
|
|
|
[@abjorshammar]: https://github.com/abjorshammar
|
|
|
|
|
[@abmantis]: https://github.com/abmantis
|
|
|
|
|
[@amelchio]: https://github.com/amelchio
|
|
|
|
|
[@andrey-git]: https://github.com/andrey-git
|
|
|
|
|
[@arilotter]: https://github.com/arilotter
|
|
|
|
|
[@armills]: https://github.com/armills
|
|
|
|
|
[@arsaboo]: https://github.com/arsaboo
|
|
|
|
|
[@azogue]: https://github.com/azogue
|
|
|
|
|
[@bachya]: https://github.com/bachya
|
|
|
|
|
[@balloob]: https://github.com/balloob
|
|
|
|
|
[@cezarsa]: https://github.com/cezarsa
|
|
|
|
|
[@cgtobi]: https://github.com/cgtobi
|
|
|
|
|
[@colindunn]: https://github.com/colindunn
|
|
|
|
|
[@danielhiversen]: https://github.com/danielhiversen
|
|
|
|
|
[@davegravy]: https://github.com/davegravy
|
|
|
|
|
[@devspacenine]: https://github.com/devspacenine
|
|
|
|
|
[@dgomes]: https://github.com/dgomes
|
|
|
|
|
[@echox]: https://github.com/echox
|
|
|
|
|
[@ehagan]: https://github.com/ehagan
|
|
|
|
|
[@emosenkis]: https://github.com/emosenkis
|
|
|
|
|
[@etsinko]: https://github.com/etsinko
|
|
|
|
|
[@fabaff]: https://github.com/fabaff
|
|
|
|
|
[@fabfurnari]: https://github.com/fabfurnari
|
|
|
|
|
[@hmmbob]: https://github.com/hmmbob
|
|
|
|
|
[@hthiery]: https://github.com/hthiery
|
|
|
|
|
[@iMarkus]: https://github.com/iMarkus
|
|
|
|
|
[@jabesq]: https://github.com/jabesq
|
|
|
|
|
[@jalmeroth]: https://github.com/jalmeroth
|
|
|
|
|
[@janLo]: https://github.com/janLo
|
|
|
|
|
[@jwillaz]: https://github.com/jwillaz
|
|
|
|
|
[@kmdm]: https://github.com/kmdm
|
|
|
|
|
[@marthoc]: https://github.com/marthoc
|
|
|
|
|
[@masarliev]: https://github.com/masarliev
|
|
|
|
|
[@mbrrg]: https://github.com/mbrrg
|
|
|
|
|
[@mdonoughe]: https://github.com/mdonoughe
|
|
|
|
|
[@micbase]: https://github.com/micbase
|
|
|
|
|
[@milanvo]: https://github.com/milanvo
|
|
|
|
|
[@molobrakos]: https://github.com/molobrakos
|
|
|
|
|
[@mw-white]: https://github.com/mw-white
|
|
|
|
|
[@perosb]: https://github.com/perosb
|
|
|
|
|
[@postlund]: https://github.com/postlund
|
|
|
|
|
[@pvizeli]: https://github.com/pvizeli
|
|
|
|
|
[@r4nd0mbr1ck]: https://github.com/r4nd0mbr1ck
|
|
|
|
|
[@robbiet480]: https://github.com/robbiet480
|
|
|
|
|
[@c727]: https://github.com/c727
|
|
|
|
|
[@robmarkcole]: https://github.com/robmarkcole
|
|
|
|
|
[@sander76]: https://github.com/sander76
|
|
|
|
|
[@syssi]: https://github.com/syssi
|
|
|
|
|
[@tchellomello]: https://github.com/tchellomello
|
|
|
|
|
[@tinloaf]: https://github.com/tinloaf
|
|
|
|
|
[@turbokongen]: https://github.com/turbokongen
|
|
|
|
|
[@vickyg3]: https://github.com/vickyg3
|
|
|
|
|
[@w1ll1am23]: https://github.com/w1ll1am23
|
|
|
|
|
[@wardcraigj]: https://github.com/wardcraigj
|
|
|
|
|
[@ziotibia81]: https://github.com/ziotibia81
|
|
|
|
|
[abode docs]: https://home-assistant.io/components/abode/
|
|
|
|
|
[alarm_control_panel.spc docs]: https://home-assistant.io/components/alarm_control_panel.spc/
|
|
|
|
|
[alarm_control_panel.totalconnect docs]: https://home-assistant.io/components/alarm_control_panel.totalconnect/
|
|
|
|
|
[alexa.const docs]: https://home-assistant.io/components/alexa.const/
|
|
|
|
|
[alexa.intent docs]: https://home-assistant.io/components/alexa.intent/
|
|
|
|
|
[alexa.smart_home docs]: https://home-assistant.io/components/alexa.smart_home/
|
|
|
|
|
[apple_tv docs]: https://home-assistant.io/components/apple_tv/
|
|
|
|
|
[arlo docs]: https://home-assistant.io/components/arlo/
|
|
|
|
|
[axis docs]: https://home-assistant.io/components/axis/
|
|
|
|
|
[binary_sensor docs]: https://home-assistant.io/components/binary_sensor/
|
|
|
|
|
[binary_sensor.aurora docs]: https://home-assistant.io/components/binary_sensor.aurora/
|
|
|
|
|
[binary_sensor.spc docs]: https://home-assistant.io/components/binary_sensor.spc/
|
|
|
|
|
[binary_sensor.vultr docs]: https://home-assistant.io/components/binary_sensor.vultr/
|
|
|
|
|
[camera.arlo docs]: https://home-assistant.io/components/camera.arlo/
|
|
|
|
|
[climate docs]: https://home-assistant.io/components/climate/
|
|
|
|
|
[climate.eq3btsmart docs]: https://home-assistant.io/components/climate.eq3btsmart/
|
|
|
|
|
[climate.generic_thermostat docs]: https://home-assistant.io/components/climate.generic_thermostat/
|
|
|
|
|
[climate.homematic docs]: https://home-assistant.io/components/climate.homematic/
|
|
|
|
|
[climate.knx docs]: https://home-assistant.io/components/climate.knx/
|
|
|
|
|
[climate.wink docs]: https://home-assistant.io/components/climate.wink/
|
|
|
|
|
[cloud docs]: https://home-assistant.io/components/cloud/
|
|
|
|
|
[cloud.auth_api docs]: https://home-assistant.io/components/cloud.auth_api/
|
|
|
|
|
[cloud.const docs]: https://home-assistant.io/components/cloud.const/
|
|
|
|
|
[cloud.http_api docs]: https://home-assistant.io/components/cloud.http_api/
|
|
|
|
|
[cloud.iot docs]: https://home-assistant.io/components/cloud.iot/
|
|
|
|
|
[config.zwave docs]: https://home-assistant.io/components/config.zwave/
|
|
|
|
|
[configurator docs]: https://home-assistant.io/components/configurator/
|
|
|
|
|
[counter docs]: https://home-assistant.io/components/counter/
|
|
|
|
|
[cover.mqtt docs]: https://home-assistant.io/components/cover.mqtt/
|
|
|
|
|
[device_tracker docs]: https://home-assistant.io/components/device_tracker/
|
|
|
|
|
[device_tracker.hitron_coda docs]: https://home-assistant.io/components/device_tracker.hitron_coda/
|
|
|
|
|
[device_tracker.owntracks docs]: https://home-assistant.io/components/device_tracker.owntracks/
|
|
|
|
|
[device_tracker.snmp docs]: https://home-assistant.io/components/device_tracker.snmp/
|
|
|
|
|
[device_tracker.tile docs]: https://home-assistant.io/components/device_tracker.tile/
|
|
|
|
|
[device_tracker.tplink docs]: https://home-assistant.io/components/device_tracker.tplink/
|
|
|
|
|
[device_tracker.upc_connect docs]: https://home-assistant.io/components/device_tracker.upc_connect/
|
|
|
|
|
[downloader docs]: https://home-assistant.io/components/downloader/
|
|
|
|
|
[gc100 docs]: https://home-assistant.io/components/gc100/
|
|
|
|
|
[google_assistant.smart_home docs]: https://home-assistant.io/components/google_assistant.smart_home/
|
|
|
|
|
[hassio docs]: https://home-assistant.io/components/hassio/
|
|
|
|
|
[influxdb docs]: https://home-assistant.io/components/influxdb/
|
|
|
|
|
[input_datetime docs]: https://home-assistant.io/components/input_datetime/
|
|
|
|
|
[knx docs]: https://home-assistant.io/components/knx/
|
|
|
|
|
[lametric docs]: https://home-assistant.io/components/lametric/
|
|
|
|
|
[light docs]: https://home-assistant.io/components/light/
|
|
|
|
|
[light.tradfri docs]: https://home-assistant.io/components/light.tradfri/
|
|
|
|
|
[light.xiaomi_miio docs]: https://home-assistant.io/components/light.xiaomi_miio/
|
|
|
|
|
[lutron_caseta docs]: https://home-assistant.io/components/lutron_caseta/
|
|
|
|
|
[media_extractor docs]: https://home-assistant.io/components/media_extractor/
|
|
|
|
|
[media_player docs]: https://home-assistant.io/components/media_player/
|
|
|
|
|
[media_player.bluesound docs]: https://home-assistant.io/components/media_player.bluesound/
|
|
|
|
|
[media_player.snapcast docs]: https://home-assistant.io/components/media_player.snapcast/
|
|
|
|
|
[media_player.universal docs]: https://home-assistant.io/components/media_player.universal/
|
|
|
|
|
[media_player.webostv docs]: https://home-assistant.io/components/media_player.webostv/
|
|
|
|
|
[media_player.yamaha_musiccast docs]: https://home-assistant.io/components/media_player.yamaha_musiccast/
|
|
|
|
|
[mqtt docs]: https://home-assistant.io/components/mqtt/
|
|
|
|
|
[mqtt.discovery docs]: https://home-assistant.io/components/mqtt.discovery/
|
|
|
|
|
[mqtt.server docs]: https://home-assistant.io/components/mqtt.server/
|
|
|
|
|
[mqtt_statestream docs]: https://home-assistant.io/components/mqtt_statestream/
|
|
|
|
|
[neato docs]: https://home-assistant.io/components/neato/
|
|
|
|
|
[no_ip docs]: https://home-assistant.io/components/no_ip/
|
|
|
|
|
[notify.apns docs]: https://home-assistant.io/components/notify.apns/
|
|
|
|
|
[notify.free_mobile docs]: https://home-assistant.io/components/notify.free_mobile/
|
|
|
|
|
[notify.html5 docs]: https://home-assistant.io/components/notify.html5/
|
|
|
|
|
[notify.lametric docs]: https://home-assistant.io/components/notify.lametric/
|
|
|
|
|
[notify.simplepush docs]: https://home-assistant.io/components/notify.simplepush/
|
|
|
|
|
[notify.telegram docs]: https://home-assistant.io/components/notify.telegram/
|
|
|
|
|
[python_script docs]: https://home-assistant.io/components/python_script/
|
|
|
|
|
[remote docs]: https://home-assistant.io/components/remote/
|
|
|
|
|
[remote.harmony docs]: https://home-assistant.io/components/remote.harmony/
|
|
|
|
|
[ring docs]: https://home-assistant.io/components/ring/
|
|
|
|
|
[sensor.airvisual docs]: https://home-assistant.io/components/sensor.airvisual/
|
|
|
|
|
[sensor.arlo docs]: https://home-assistant.io/components/sensor.arlo/
|
|
|
|
|
[sensor.haveibeenpwned docs]: https://home-assistant.io/components/sensor.haveibeenpwned/
|
|
|
|
|
[sensor.lacrosse docs]: https://home-assistant.io/components/sensor.lacrosse/
|
|
|
|
|
[sensor.london_air docs]: https://home-assistant.io/components/sensor.london_air/
|
|
|
|
|
[sensor.modbus docs]: https://home-assistant.io/components/sensor.modbus/
|
|
|
|
|
[sensor.neato docs]: https://home-assistant.io/components/sensor.neato/
|
|
|
|
|
[sensor.nederlandse_spoorwegen docs]: https://home-assistant.io/components/sensor.nederlandse_spoorwegen/
|
|
|
|
|
[sensor.pyload docs]: https://home-assistant.io/components/sensor.pyload/
|
|
|
|
|
[sensor.serial docs]: https://home-assistant.io/components/sensor.serial/
|
|
|
|
|
[sensor.snmp docs]: https://home-assistant.io/components/sensor.snmp/
|
|
|
|
|
[sensor.systemmonitor docs]: https://home-assistant.io/components/sensor.systemmonitor/
|
|
|
|
|
[sensor.tibber docs]: https://home-assistant.io/components/sensor.tibber/
|
|
|
|
|
[sensor.viaggiatreno docs]: https://home-assistant.io/components/sensor.viaggiatreno/
|
|
|
|
|
[sensor.vultr docs]: https://home-assistant.io/components/sensor.vultr/
|
|
|
|
|
[sensor.wunderground docs]: https://home-assistant.io/components/sensor.wunderground/
|
|
|
|
|
[sensor.yweather docs]: https://home-assistant.io/components/sensor.yweather/
|
|
|
|
|
[sensor.zamg docs]: https://home-assistant.io/components/sensor.zamg/
|
|
|
|
|
[spc docs]: https://home-assistant.io/components/spc/
|
|
|
|
|
[switch.broadlink docs]: https://home-assistant.io/components/switch.broadlink/
|
|
|
|
|
[switch.hikvisioncam docs]: https://home-assistant.io/components/switch.hikvisioncam/
|
|
|
|
|
[switch.modbus docs]: https://home-assistant.io/components/switch.modbus/
|
|
|
|
|
[switch.neato docs]: https://home-assistant.io/components/switch.neato/
|
|
|
|
|
[switch.snmp docs]: https://home-assistant.io/components/switch.snmp/
|
|
|
|
|
[switch.xiaomi_miio docs]: https://home-assistant.io/components/switch.xiaomi_miio/
|
|
|
|
|
[system_log docs]: https://home-assistant.io/components/system_log/
|
|
|
|
|
[telegram_bot docs]: https://home-assistant.io/components/telegram_bot/
|
|
|
|
|
[telegram_bot.polling docs]: https://home-assistant.io/components/telegram_bot.polling/
|
|
|
|
|
[tradfri docs]: https://home-assistant.io/components/tradfri/
|
|
|
|
|
[tts docs]: https://home-assistant.io/components/tts/
|
|
|
|
|
[tts.google docs]: https://home-assistant.io/components/tts.google/
|
|
|
|
|
[tts.yandextts docs]: https://home-assistant.io/components/tts.yandextts/
|
|
|
|
|
[vacuum.neato docs]: https://home-assistant.io/components/vacuum.neato/
|
|
|
|
|
[verisure docs]: https://home-assistant.io/components/verisure/
|
|
|
|
|
[volvooncall docs]: https://home-assistant.io/components/volvooncall/
|
|
|
|
|
[vultr docs]: https://home-assistant.io/components/vultr/
|
|
|
|
|
[weather docs]: https://home-assistant.io/components/weather/
|
|
|
|
|
[weather.demo docs]: https://home-assistant.io/components/weather.demo/
|
|
|
|
|
[websocket_api docs]: https://home-assistant.io/components/websocket_api/
|
|
|
|
|
[zwave docs]: https://home-assistant.io/components/zwave/
|
|
|
|
|
]]></content>
|
|
|
|
|
</entry>
|
|
|
|
|
|
|
|
|
|
<entry>
|
|
|
|
|
<title type="html"><![CDATA[0.57: Translations, Hacktoberfest, Timers]]></title>
|
|
|
|
|
<link href="https://home-assistant.io/blog/2017/11/04/release-57/"/>
|
|
|
|
@ -1964,463 +2445,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|
|
|
|
[forum]: https://community.home-assistant.io/
|
|
|
|
|
[issue]: https://github.com/home-assistant/home-assistant/issues
|
|
|
|
|
[discord]: https://discord.gg/c5DvZ4e
|
|
|
|
|
]]></content>
|
|
|
|
|
</entry>
|
|
|
|
|
|
|
|
|
|
<entry>
|
|
|
|
|
<title type="html"><![CDATA[0.53: Tesla, Customize editor, and super fast KNX rewrite]]></title>
|
|
|
|
|
<link href="https://home-assistant.io/blog/2017/09/09/release-53/"/>
|
|
|
|
|
<updated>2017-09-09T00:11:05+00:00</updated>
|
|
|
|
|
<id>https://home-assistant.io/blog/2017/09/09/release-53</id>
|
|
|
|
|
<content type="html">< and see the lights in action below:
|
|
|
|
|
|
|
|
|
|
<div class='videoWrapper'>
|
|
|
|
|
<iframe src="https://www.youtube.com/embed/Fe3yaflU2XM" frameborder="0" allowfullscreen></iframe>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
## <a class='title-link' name='new-platforms' href='#new-platforms'></a> New Platforms
|
|
|
|
|
|
|
|
|
|
- Xiaomi Philips Lights integration ([@syssi] - [#9087]) ([light.xiaomi_philipslight docs]) (new-platform)
|
|
|
|
|
- Mycroft notify/component ([@btotharye] - [#9173]) ([mycroft docs]) ([notify.mycroft docs]) (new-platform)
|
|
|
|
|
- Add counter component ([@fabaff] - [#9146]) ([counter docs]) (new-platform)
|
|
|
|
|
- Support for season sensor ([@w1ll1am23] - [#8958]) ([sensor.season docs]) (new-platform)
|
|
|
|
|
- Abode push events and lock, cover, and switch components ([@1091741+MisterWil] - [#9095]) ([abode docs]) ([alarm_control_panel.abode docs]) ([binary_sensor.abode docs]) ([cover.abode docs]) ([lock.abode docs]) ([switch.abode docs]) (new-platform)
|
|
|
|
|
- Bayesian Binary Sensor ([@jlmcgehee21] - [#8810]) ([binary_sensor.bayesian docs]) (new-platform)
|
|
|
|
|
- Add Tank Utility sensor ([@krismolendyke] - [#9132]) ([sensor.tank_utility docs]) (new-platform)
|
|
|
|
|
- Tesla platform ([@zabuldon] - [#9211]) ([tesla docs]) ([binary_sensor.tesla docs]) ([climate.tesla docs]) ([device_tracker.tesla docs]) ([lock.tesla docs]) ([sensor.tesla docs]) (new-platform)
|
|
|
|
|
- mopar sensor ([@happyleavesaoc] - [#9136]) ([sensor.mopar docs]) (new-platform)
|
|
|
|
|
- Add Geofency device tracker ([@gunnarhelgason] - [#9106]) ([device_tracker.geofency docs]) (new-platform)
|
|
|
|
|
- Added DWD WarnApp Sensor ([@runningman84] - [#8657]) ([sensor.dwdwarnapp docs]) (new-platform)
|
|
|
|
|
- Add input_text component ([@BioSehnsucht] - [#9112]) ([input_text docs]) (new-platform)
|
|
|
|
|
- Introducing a media_player component for Yamaha Multicast devices ([@jalmeroth] - [#9258]) ([media_player.yamaha_musiccast docs]) (new-platform)
|
|
|
|
|
- Stable and asynchronous KNX library. ([@Julius2342] - [#8725]) ([knx docs]) ([binary_sensor.knx docs]) ([climate.knx docs]) ([cover.knx docs]) ([light.knx docs]) ([sensor.knx docs]) ([switch.knx docs]) (new-platform)
|
|
|
|
|
- Adds the AirVisual air quality sensor platform ([@bachya] - [#9320]) ([sensor.airvisual docs]) (new-platform)
|
|
|
|
|
|
|
|
|
|
## <a class='title-link' name='release-0531---september-12' href='#release-0531---september-12'></a> Release 0.53.1 - September 12
|
|
|
|
|
|
|
|
|
|
- Fix Twitter notifications with certain media such as small images ([@MikeChristianson] - [#9354]) ([notify.twitter docs])
|
|
|
|
|
- Added additional string check in Wunderground sensor ([@arsaboo] - [#9380]) ([sensor.wunderground docs])
|
|
|
|
|
- Fixing foscam library dependency/requirements ([@viswa-swami] - [#9387]) ([camera.foscam docs])
|
|
|
|
|
- Fixes for customize editor ([@andrey-git])
|
|
|
|
|
|
|
|
|
|
## <a class='title-link' name='if-you-need-help' href='#if-you-need-help'></a> If you need help...
|
|
|
|
|
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
|
|
|
|
|
|
|
|
|
## <a class='title-link' name='reporting-issues' href='#reporting-issues'></a> Reporting Issues
|
|
|
|
|
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
|
|
|
|
|
|
|
|
|
<!--more-->
|
|
|
|
|
|
|
|
|
|
## <a class='title-link' name='breaking-changes' href='#breaking-changes'></a> Breaking Changes
|
|
|
|
|
|
|
|
|
|
- The new customize editor is using the file `customize.yaml` in your config folder. If you are using this file today for other config, make sure to rename it before using the new customize UI editor. ([@andrey-git] - [#9134]) ([config docs]) (breaking change) (new-platform)
|
|
|
|
|
- The frontend component now supports loading custom html files when Home Assistant front end starts ([@andrey-git] - [#9150]) (breaking change). It could be Javascript, CSS or custom Web Components. Along there was a breaking change in the way Custom UI is used:
|
|
|
|
|
* `custom_ui_state_card` now specifies the exact element name and not a suffix after `state-card`. So if you had `state_card_custom_ui: custom-ui` in your config, you should change it to `state_card_custom_ui: state-card-custom-ui`
|
|
|
|
|
* `custom_ui_state_card` no longer makes the html fetch, you should make it separately:
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
frontend:
|
|
|
|
|
extra_html_url:
|
|
|
|
|
- /local/custom_ui/state-card-custom-ui.html
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
- The Egardia alarm control panel now defaults to port 52010 instead of 85. ([@jeroenterheerdt] - [#9225]) ([alarm_control_panel.egardia docs]) (breaking change)
|
|
|
|
|
- The Homematic `delay` option has been dropped because it is no longer necessary ([@pvizeli] - [#9058]) ([homematic docs]) ([binary_sensor.homematic docs]) ([climate.homematic docs]) ([cover.homematic docs]) ([light.homematic docs]) ([sensor.homematic docs]) ([switch.homematic docs]) (breaking change)
|
|
|
|
|
- Switch - Dlink: Remove spaces and capital letters from attribute names for consistency ([@emlt] - [#9277]) ([switch.dlink docs]) (breaking change)
|
|
|
|
|
|
|
|
|
|
## <a class='title-link' name='all-changes' href='#all-changes'></a> All changes
|
|
|
|
|
|
|
|
|
|
- Xiaomi Philips Lights integration ([@syssi] - [#9087]) ([light.xiaomi_philipslight docs]) (new-platform)
|
|
|
|
|
- Backend changes for customize config panel. ([@andrey-git] - [#9134]) ([config docs]) (breaking change)
|
|
|
|
|
- Upgrade async_timeout to 1.3.0 ([@fabaff] - [#9156])
|
|
|
|
|
- Remove links to gitter ([@fabaff] - [#9155])
|
|
|
|
|
- Upgrade sphinx-autodoc-typehints to 1.2.3 ([@fabaff] - [#9151])
|
|
|
|
|
- Upgrade uber_rides to 0.5.2 ([@fabaff] - [#9149]) ([sensor.uber docs])
|
|
|
|
|
- Allow specifying custom html urls to load. ([@andrey-git] - [#9150]) (breaking change)
|
|
|
|
|
- Allow getting number of available states in template ([@balloob] - [#9158])
|
|
|
|
|
- upgrade xiaomi lib to 0.3.1 to supprt water sensor ([@danielhiversen] - [#9168]) ([xiaomi docs])
|
|
|
|
|
- Use node_modules gulp in script/build_frontend ([@armills] - [#9170])
|
|
|
|
|
- Mysensors nodes can be renamed in config file ([@EmitKiwi] - [#9123]) ([mysensors docs])
|
|
|
|
|
- Xiaomi gateway: Device support for the Aqara Water Leak Sensor (sensor_wleak.aq1) ([@syssi] - [#9172]) ([xiaomi docs]) ([binary_sensor.xiaomi docs])
|
|
|
|
|
- "TypeError: write_to_hub() takes 2 positional arguments but 4 were given" fixed. ([@syssi] - [#9174]) ([cover.xiaomi docs])
|
|
|
|
|
- Mycroft notify/component ([@btotharye] - [#9173]) ([mycroft docs]) ([notify.mycroft docs]) (new-platform)
|
|
|
|
|
- Fix dht22 when no data was read initially #8976 ([@maweki] - [#9198]) ([sensor.dht docs])
|
|
|
|
|
- Update pushbullet.py ([@bobnwk] - [#9200]) ([notify.pushbullet docs])
|
|
|
|
|
- fix worldtidesinfo #9184 ([@aetolus] - [#9201]) ([sensor.worldtidesinfo docs])
|
|
|
|
|
- Add "status" to Sonarr sensor ([@tboyce021] - [#9204]) ([sensor.radarr docs]) ([sensor.sonarr docs])
|
|
|
|
|
- Prevent error when no forecast data was available ([@mjj4791] - [#9176]) ([sensor.buienradar docs])
|
|
|
|
|
- Fix and optimize digitalloggers platform ([@dale3h] - [#9203]) ([switch.digitalloggers docs])
|
|
|
|
|
- Add counter component ([@fabaff] - [#9146]) ([counter docs]) (new-platform)
|
|
|
|
|
- Support for season sensor ([@w1ll1am23] - [#8958]) ([sensor.season docs]) (new-platform)
|
|
|
|
|
- Issue #6893 in rfxtrx ([@danielhiversen] - [#9130]) ([rfxtrx docs])
|
|
|
|
|
- Refactor rfxtrx ([@danielhiversen] - [#9117]) ([rfxtrx docs]) ([cover.rfxtrx docs]) ([light.rfxtrx docs]) ([switch.rfxtrx docs])
|
|
|
|
|
- Upgrade pymysensors to 0.11.1 ([@MartinHjelmare] - [#9212]) ([mysensors docs])
|
|
|
|
|
- Abode push events and lock, cover, and switch components ([@1091741+MisterWil] - [#9095]) ([abode docs]) ([alarm_control_panel.abode docs]) ([binary_sensor.abode docs]) ([cover.abode docs]) ([lock.abode docs]) ([switch.abode docs]) (new-platform)
|
|
|
|
|
- Add cloud auth support ([@balloob] - [#9208])
|
|
|
|
|
- Bayesian Binary Sensor ([@jlmcgehee21] - [#8810]) ([binary_sensor.bayesian docs]) (new-platform)
|
|
|
|
|
- directv: extended discovery via REST api, bug fix ([@sielicki] - [#8800]) ([media_player.directv docs])
|
|
|
|
|
- Upgrade pyasn1 to 0.3.3 and pyasn1-modules to 0.1.1 ([@fabaff] - [#9216]) ([notify.xmpp docs])
|
|
|
|
|
- Upgrade sendgrid to 5.0.1 ([@fabaff] - [#9215]) ([notify.sendgrid docs])
|
|
|
|
|
- Fix fitbit error when trying to access token after upgrade. ([@tchellomello] - [#9183]) ([sensor.fitbit docs])
|
|
|
|
|
- Allow sonos to select album as a source ([@commento] - [#9221]) ([media_player.sonos docs])
|
|
|
|
|
- Add max_age to statistics sensor ([@tinloaf] - [#8790]) ([sensor.statistics docs])
|
|
|
|
|
- Egardia package to .19 and change in port number for egardiaserver ([@jeroenterheerdt] - [#9225]) ([alarm_control_panel.egardia docs]) (breaking change)
|
|
|
|
|
- pushbullet, send a file from url ([@danielhiversen] - [#9189]) ([notify.pushbullet docs])
|
|
|
|
|
- Add Tank Utility sensor ([@krismolendyke] - [#9132]) ([sensor.tank_utility docs]) (new-platform)
|
|
|
|
|
- Upgrade shodan to 1.7.5 ([@fabaff] - [#9228]) ([sensor.shodan docs])
|
|
|
|
|
- Tesla platform ([@zabuldon] - [#9211]) ([tesla docs]) ([binary_sensor.tesla docs]) ([climate.tesla docs]) ([device_tracker.tesla docs]) ([lock.tesla docs]) ([sensor.tesla docs]) (new-platform)
|
|
|
|
|
- [light.tradfri] Full range of white spectrum lightbulbs support ([@matemaciek] - [#9224]) ([tradfri docs]) ([light.tradfri docs])
|
|
|
|
|
- Allow panels with external URL ([@andrey-git] - [#9214])
|
|
|
|
|
- Use ZCL mandatory attribute to determine ZHA light capabilities ([@jkl1337] - [#9232]) ([light.zha docs])
|
|
|
|
|
- A bugfix for pushbullet ([@danielhiversen] - [#9237]) ([notify.pushbullet docs])
|
|
|
|
|
- mopar sensor ([@happyleavesaoc] - [#9136]) ([sensor.mopar docs]) (new-platform)
|
|
|
|
|
- Upgrade discord.py to 0.16.11 ([@fabaff] - [#9239]) ([notify.discord docs])
|
|
|
|
|
- Skip automatic events older than latest data ([@armills] - [#9230]) ([device_tracker.automatic docs])
|
|
|
|
|
- title and message was swapped in pushbullet ([@danielhiversen] - [#9241]) ([notify.pushbullet docs])
|
|
|
|
|
- Fix possible KeyError ([@MartinHjelmare] - [#9242]) ([mysensors docs])
|
|
|
|
|
- WIP: Homematic improvements with new hass interfaces ([@pvizeli] - [#9058]) ([homematic docs]) ([binary_sensor.homematic docs]) ([climate.homematic docs]) ([cover.homematic docs]) ([light.homematic docs]) ([sensor.homematic docs]) ([switch.homematic docs]) (breaking change)
|
|
|
|
|
- Add available to sonos ([@pvizeli] - [#9243]) ([media_player.sonos docs])
|
|
|
|
|
- Make sure Ring binary_sensor state will update only if device_id matches ([@tchellomello] - [#9247]) ([binary_sensor.ring docs])
|
|
|
|
|
- Added configurable timeout for receiver HTTP requests | Additional AV… ([@scarface-4711] - [#9244]) ([media_player.denonavr docs])
|
|
|
|
|
- upgrade xiaomi lib ([@danielhiversen] - [#9250]) ([xiaomi docs])
|
|
|
|
|
- Fix nello.io login ([@pschmitt] - [#9251]) ([lock.nello docs])
|
|
|
|
|
- This is to fix #6386: Manual Alarm not re-arm after 2nd trigger ([@snjoetw] - [#9249]) ([alarm_control_panel.manual docs])
|
|
|
|
|
- Version bump of DLink switch to v0.6.0 ([@LinuxChristian] - [#9252]) ([switch.dlink docs])
|
|
|
|
|
- Upgrade sendgrid to 5.2.0 ([@fabaff] - [#9254]) ([notify.sendgrid docs])
|
|
|
|
|
- Upgrade psutil to 5.3.0 ([@fabaff] - [#9253]) ([sensor.systemmonitor docs])
|
|
|
|
|
- Adding ZWave CentralScene activation handler. ([@sirmalloc] - [#9178]) ([zwave docs])
|
|
|
|
|
- Add Geofency device tracker ([@gunnarhelgason] - [#9106]) ([device_tracker.geofency docs]) (new-platform)
|
|
|
|
|
- flux: fix for when stop_time is after midnight ([@abmantis] - [#8932])
|
|
|
|
|
- Change attribute names ([@emlt] - [#9277]) ([switch.dlink docs]) (breaking change)
|
|
|
|
|
- insteon_plm: fix typo in attributes ([@drkp] - [#9284]) ([insteon_plm docs])
|
|
|
|
|
- discovery: If unknown NetDisco service discovered, log about it. ([@pfalcon] - [#9280])
|
|
|
|
|
- Upgrade youtube_dl to 2017.9.2 ([@fabaff] - [#9279]) ([media_extractor docs])
|
|
|
|
|
- Upgrade python-telegram-bot to 8.0.0 ([@fabaff] - [#9282]) ([telegram_bot docs]) ([switch.rest docs])
|
|
|
|
|
- rfxtrx lib upgrade ([@danielhiversen] - [#9288]) ([rfxtrx docs])
|
|
|
|
|
- Fixing bug when using egardiaserver - package requirement updated to 1.0.20. ([@jeroenterheerdt] - [#9294]) ([alarm_control_panel.egardia docs])
|
|
|
|
|
- Added intent_type to exception log ([@andreasjacobsen93] - [#9289]) ([snips docs])
|
|
|
|
|
- Handle spotify failing to refresh access_token ([@Tommatheussen] - [#9295]) ([media_player.spotify docs])
|
|
|
|
|
- Core track same state for a period / Allow on platforms ([@pvizeli] - [#9273])
|
|
|
|
|
- Improved Lutron Caseta shade support ([@30200174+upsert] - [#9302]) ([lutron_caseta docs]) ([cover.lutron_caseta docs]) ([light.lutron_caseta docs]) ([switch.lutron_caseta docs])
|
|
|
|
|
- Upgrade mycroftapi to 2.0 ([@btotharye] - [#9309]) ([mycroft docs])
|
|
|
|
|
- Fix for Honeywell Round thermostats ([@dansarginson] - [#9308]) ([climate.honeywell docs])
|
|
|
|
|
- Update jinja to 2.9.6 ([@pvizeli] - [#9306])
|
|
|
|
|
- Ensure display-name does not exceed 12 characters for CecAdapter. ([@gollo] - [#9268]) ([hdmi_cec docs])
|
|
|
|
|
- Expose hue group 0 ([@filcole] - [#8663]) ([light.hue docs])
|
|
|
|
|
- Added DWD WarnApp Sensor ([@runningman84] - [#8657]) ([sensor.dwdwarnapp docs]) (new-platform)
|
|
|
|
|
- Add input_text component ([@BioSehnsucht] - [#9112]) ([input_text docs]) (new-platform)
|
|
|
|
|
- Introducing a media_player component for Yamaha Multicast devices ([@jalmeroth] - [#9258]) ([media_player.yamaha_musiccast docs]) (new-platform)
|
|
|
|
|
- Handle the case where no registration number is available (instead display VIN (vehicle identification number)). ([@molobrakos] - [#9073]) ([volvooncall docs]) ([device_tracker.volvooncall docs])
|
|
|
|
|
- Add post_pending_state attribute to manual alarm_control_panel ([@snjoetw] - [#9291]) ([alarm_control_panel.manual docs])
|
|
|
|
|
- Add new config variable to MQTT light ([@belyalov] - [#9304]) ([light.mqtt docs])
|
|
|
|
|
- Follow Twitter guidelines for media upload by conforming to the "STATUS" phase, when required, and by providing "media_category" information. These will, for example, allow users to upload videos that exceed the basic 30 second limit. ([@MikeChristianson] - [#9261]) ([notify.twitter docs])
|
|
|
|
|
- Optionally disable ssl certificate validity check. ([@1868995+ohmer1] - [#9181]) ([notify.xmpp docs])
|
|
|
|
|
- Version bump dlib to 1.0.0 ([@arsaboo] - [#9316]) ([image_processing.dlib_face_detect docs]) ([image_processing.dlib_face_identify docs])
|
|
|
|
|
- Fixed bug with devices not being discovered correctly. ([@1091741+MisterWil] - [#9311]) ([abode docs])
|
|
|
|
|
- Platform not ready behavior fixed. ([@syssi] - [#9325]) ([light.xiaomi_philipslight docs])
|
|
|
|
|
- Stable and asynchronous KNX library. ([@Julius2342] - [#8725]) ([knx docs]) ([binary_sensor.knx docs]) ([climate.knx docs]) ([cover.knx docs]) ([light.knx docs]) ([sensor.knx docs]) ([switch.knx docs]) (new-platform)
|
|
|
|
|
- Fix for potential issue with tesla initialization ([@zabuldon] - [#9307]) ([tesla docs])
|
|
|
|
|
- Adds the AirVisual air quality sensor platform ([@bachya] - [#9320]) ([sensor.airvisual docs]) (new-platform)
|
|
|
|
|
- Cleanup input_text ([@balloob] - [#9326]) ([input_text docs])
|
|
|
|
|
- Bump pyHik version to add IO support ([@mezz64] - [#9341]) ([binary_sensor.hikvision docs])
|
|
|
|
|
|
|
|
|
|
[#8657]: https://github.com/home-assistant/home-assistant/pull/8657
|
|
|
|
|
[#8663]: https://github.com/home-assistant/home-assistant/pull/8663
|
|
|
|
|
[#8725]: https://github.com/home-assistant/home-assistant/pull/8725
|
|
|
|
|
[#8790]: https://github.com/home-assistant/home-assistant/pull/8790
|
|
|
|
|
[#8800]: https://github.com/home-assistant/home-assistant/pull/8800
|
|
|
|
|
[#8810]: https://github.com/home-assistant/home-assistant/pull/8810
|
|
|
|
|
[#8932]: https://github.com/home-assistant/home-assistant/pull/8932
|
|
|
|
|
[#8958]: https://github.com/home-assistant/home-assistant/pull/8958
|
|
|
|
|
[#9058]: https://github.com/home-assistant/home-assistant/pull/9058
|
|
|
|
|
[#9073]: https://github.com/home-assistant/home-assistant/pull/9073
|
|
|
|
|
[#9087]: https://github.com/home-assistant/home-assistant/pull/9087
|
|
|
|
|
[#9095]: https://github.com/home-assistant/home-assistant/pull/9095
|
|
|
|
|
[#9106]: https://github.com/home-assistant/home-assistant/pull/9106
|
|
|
|
|
[#9112]: https://github.com/home-assistant/home-assistant/pull/9112
|
|
|
|
|
[#9117]: https://github.com/home-assistant/home-assistant/pull/9117
|
|
|
|
|
[#9123]: https://github.com/home-assistant/home-assistant/pull/9123
|
|
|
|
|
[#9130]: https://github.com/home-assistant/home-assistant/pull/9130
|
|
|
|
|
[#9132]: https://github.com/home-assistant/home-assistant/pull/9132
|
|
|
|
|
[#9134]: https://github.com/home-assistant/home-assistant/pull/9134
|
|
|
|
|
[#9136]: https://github.com/home-assistant/home-assistant/pull/9136
|
|
|
|
|
[#9146]: https://github.com/home-assistant/home-assistant/pull/9146
|
|
|
|
|
[#9149]: https://github.com/home-assistant/home-assistant/pull/9149
|
|
|
|
|
[#9150]: https://github.com/home-assistant/home-assistant/pull/9150
|
|
|
|
|
[#9151]: https://github.com/home-assistant/home-assistant/pull/9151
|
|
|
|
|
[#9155]: https://github.com/home-assistant/home-assistant/pull/9155
|
|
|
|
|
[#9156]: https://github.com/home-assistant/home-assistant/pull/9156
|
|
|
|
|
[#9158]: https://github.com/home-assistant/home-assistant/pull/9158
|
|
|
|
|
[#9168]: https://github.com/home-assistant/home-assistant/pull/9168
|
|
|
|
|
[#9170]: https://github.com/home-assistant/home-assistant/pull/9170
|
|
|
|
|
[#9172]: https://github.com/home-assistant/home-assistant/pull/9172
|
|
|
|
|
[#9173]: https://github.com/home-assistant/home-assistant/pull/9173
|
|
|
|
|
[#9174]: https://github.com/home-assistant/home-assistant/pull/9174
|
|
|
|
|
[#9176]: https://github.com/home-assistant/home-assistant/pull/9176
|
|
|
|
|
[#9178]: https://github.com/home-assistant/home-assistant/pull/9178
|
|
|
|
|
[#9181]: https://github.com/home-assistant/home-assistant/pull/9181
|
|
|
|
|
[#9183]: https://github.com/home-assistant/home-assistant/pull/9183
|
|
|
|
|
[#9189]: https://github.com/home-assistant/home-assistant/pull/9189
|
|
|
|
|
[#9198]: https://github.com/home-assistant/home-assistant/pull/9198
|
|
|
|
|
[#9200]: https://github.com/home-assistant/home-assistant/pull/9200
|
|
|
|
|
[#9201]: https://github.com/home-assistant/home-assistant/pull/9201
|
|
|
|
|
[#9203]: https://github.com/home-assistant/home-assistant/pull/9203
|
|
|
|
|
[#9204]: https://github.com/home-assistant/home-assistant/pull/9204
|
|
|
|
|
[#9208]: https://github.com/home-assistant/home-assistant/pull/9208
|
|
|
|
|
[#9211]: https://github.com/home-assistant/home-assistant/pull/9211
|
|
|
|
|
[#9212]: https://github.com/home-assistant/home-assistant/pull/9212
|
|
|
|
|
[#9214]: https://github.com/home-assistant/home-assistant/pull/9214
|
|
|
|
|
[#9215]: https://github.com/home-assistant/home-assistant/pull/9215
|
|
|
|
|
[#9216]: https://github.com/home-assistant/home-assistant/pull/9216
|
|
|
|
|
[#9221]: https://github.com/home-assistant/home-assistant/pull/9221
|
|
|
|
|
[#9224]: https://github.com/home-assistant/home-assistant/pull/9224
|
|
|
|
|
[#9225]: https://github.com/home-assistant/home-assistant/pull/9225
|
|
|
|
|
[#9228]: https://github.com/home-assistant/home-assistant/pull/9228
|
|
|
|
|
[#9230]: https://github.com/home-assistant/home-assistant/pull/9230
|
|
|
|
|
[#9232]: https://github.com/home-assistant/home-assistant/pull/9232
|
|
|
|
|
[#9237]: https://github.com/home-assistant/home-assistant/pull/9237
|
|
|
|
|
[#9239]: https://github.com/home-assistant/home-assistant/pull/9239
|
|
|
|
|
[#9241]: https://github.com/home-assistant/home-assistant/pull/9241
|
|
|
|
|
[#9242]: https://github.com/home-assistant/home-assistant/pull/9242
|
|
|
|
|
[#9243]: https://github.com/home-assistant/home-assistant/pull/9243
|
|
|
|
|
[#9244]: https://github.com/home-assistant/home-assistant/pull/9244
|
|
|
|
|
[#9247]: https://github.com/home-assistant/home-assistant/pull/9247
|
|
|
|
|
[#9249]: https://github.com/home-assistant/home-assistant/pull/9249
|
|
|
|
|
[#9250]: https://github.com/home-assistant/home-assistant/pull/9250
|
|
|
|
|
[#9251]: https://github.com/home-assistant/home-assistant/pull/9251
|
|
|
|
|
[#9252]: https://github.com/home-assistant/home-assistant/pull/9252
|
|
|
|
|
[#9253]: https://github.com/home-assistant/home-assistant/pull/9253
|
|
|
|
|
[#9254]: https://github.com/home-assistant/home-assistant/pull/9254
|
|
|
|
|
[#9258]: https://github.com/home-assistant/home-assistant/pull/9258
|
|
|
|
|
[#9261]: https://github.com/home-assistant/home-assistant/pull/9261
|
|
|
|
|
[#9268]: https://github.com/home-assistant/home-assistant/pull/9268
|
|
|
|
|
[#9273]: https://github.com/home-assistant/home-assistant/pull/9273
|
|
|
|
|
[#9277]: https://github.com/home-assistant/home-assistant/pull/9277
|
|
|
|
|
[#9279]: https://github.com/home-assistant/home-assistant/pull/9279
|
|
|
|
|
[#9280]: https://github.com/home-assistant/home-assistant/pull/9280
|
|
|
|
|
[#9282]: https://github.com/home-assistant/home-assistant/pull/9282
|
|
|
|
|
[#9284]: https://github.com/home-assistant/home-assistant/pull/9284
|
|
|
|
|
[#9288]: https://github.com/home-assistant/home-assistant/pull/9288
|
|
|
|
|
[#9289]: https://github.com/home-assistant/home-assistant/pull/9289
|
|
|
|
|
[#9291]: https://github.com/home-assistant/home-assistant/pull/9291
|
|
|
|
|
[#9294]: https://github.com/home-assistant/home-assistant/pull/9294
|
|
|
|
|
[#9295]: https://github.com/home-assistant/home-assistant/pull/9295
|
|
|
|
|
[#9302]: https://github.com/home-assistant/home-assistant/pull/9302
|
|
|
|
|
[#9304]: https://github.com/home-assistant/home-assistant/pull/9304
|
|
|
|
|
[#9306]: https://github.com/home-assistant/home-assistant/pull/9306
|
|
|
|
|
[#9307]: https://github.com/home-assistant/home-assistant/pull/9307
|
|
|
|
|
[#9308]: https://github.com/home-assistant/home-assistant/pull/9308
|
|
|
|
|
[#9309]: https://github.com/home-assistant/home-assistant/pull/9309
|
|
|
|
|
[#9311]: https://github.com/home-assistant/home-assistant/pull/9311
|
|
|
|
|
[#9316]: https://github.com/home-assistant/home-assistant/pull/9316
|
|
|
|
|
[#9320]: https://github.com/home-assistant/home-assistant/pull/9320
|
|
|
|
|
[#9325]: https://github.com/home-assistant/home-assistant/pull/9325
|
|
|
|
|
[#9326]: https://github.com/home-assistant/home-assistant/pull/9326
|
|
|
|
|
[#9341]: https://github.com/home-assistant/home-assistant/pull/9341
|
|
|
|
|
[@1091741+MisterWil]: https://github.com/1091741+MisterWil
|
|
|
|
|
[@1868995+ohmer1]: https://github.com/1868995+ohmer1
|
|
|
|
|
[@30200174+upsert]: https://github.com/30200174+upsert
|
|
|
|
|
[@BioSehnsucht]: https://github.com/BioSehnsucht
|
|
|
|
|
[@EmitKiwi]: https://github.com/EmitKiwi
|
|
|
|
|
[@Julius2342]: https://github.com/Julius2342
|
|
|
|
|
[@LinuxChristian]: https://github.com/LinuxChristian
|
|
|
|
|
[@MartinHjelmare]: https://github.com/MartinHjelmare
|
|
|
|
|
[@MikeChristianson]: https://github.com/MikeChristianson
|
|
|
|
|
[@Tommatheussen]: https://github.com/Tommatheussen
|
|
|
|
|
[@abmantis]: https://github.com/abmantis
|
|
|
|
|
[@aetolus]: https://github.com/aetolus
|
|
|
|
|
[@andreasjacobsen93]: https://github.com/andreasjacobsen93
|
|
|
|
|
[@andrey-git]: https://github.com/andrey-git
|
|
|
|
|
[@armills]: https://github.com/armills
|
|
|
|
|
[@arsaboo]: https://github.com/arsaboo
|
|
|
|
|
[@bachya]: https://github.com/bachya
|
|
|
|
|
[@balloob]: https://github.com/balloob
|
|
|
|
|
[@belyalov]: https://github.com/belyalov
|
|
|
|
|
[@bobnwk]: https://github.com/bobnwk
|
|
|
|
|
[@btotharye]: https://github.com/btotharye
|
|
|
|
|
[@commento]: https://github.com/commento
|
|
|
|
|
[@dale3h]: https://github.com/dale3h
|
|
|
|
|
[@danielhiversen]: https://github.com/danielhiversen
|
|
|
|
|
[@dansarginson]: https://github.com/dansarginson
|
|
|
|
|
[@drkp]: https://github.com/drkp
|
|
|
|
|
[@emlt]: https://github.com/emlt
|
|
|
|
|
[@fabaff]: https://github.com/fabaff
|
|
|
|
|
[@filcole]: https://github.com/filcole
|
|
|
|
|
[@gollo]: https://github.com/gollo
|
|
|
|
|
[@gunnarhelgason]: https://github.com/gunnarhelgason
|
|
|
|
|
[@happyleavesaoc]: https://github.com/happyleavesaoc
|
|
|
|
|
[@jalmeroth]: https://github.com/jalmeroth
|
|
|
|
|
[@jeroenterheerdt]: https://github.com/jeroenterheerdt
|
|
|
|
|
[@jkl1337]: https://github.com/jkl1337
|
|
|
|
|
[@jlmcgehee21]: https://github.com/jlmcgehee21
|
|
|
|
|
[@krismolendyke]: https://github.com/krismolendyke
|
|
|
|
|
[@matemaciek]: https://github.com/matemaciek
|
|
|
|
|
[@maweki]: https://github.com/maweki
|
|
|
|
|
[@mezz64]: https://github.com/mezz64
|
|
|
|
|
[@mjj4791]: https://github.com/mjj4791
|
|
|
|
|
[@molobrakos]: https://github.com/molobrakos
|
|
|
|
|
[@pfalcon]: https://github.com/pfalcon
|
|
|
|
|
[@pschmitt]: https://github.com/pschmitt
|
|
|
|
|
[@pvizeli]: https://github.com/pvizeli
|
|
|
|
|
[@runningman84]: https://github.com/runningman84
|
|
|
|
|
[@scarface-4711]: https://github.com/scarface-4711
|
|
|
|
|
[@sielicki]: https://github.com/sielicki
|
|
|
|
|
[@sirmalloc]: https://github.com/sirmalloc
|
|
|
|
|
[@snjoetw]: https://github.com/snjoetw
|
|
|
|
|
[@syssi]: https://github.com/syssi
|
|
|
|
|
[@tboyce021]: https://github.com/tboyce021
|
|
|
|
|
[@tchellomello]: https://github.com/tchellomello
|
|
|
|
|
[@tinloaf]: https://github.com/tinloaf
|
|
|
|
|
[@w1ll1am23]: https://github.com/w1ll1am23
|
|
|
|
|
[@zabuldon]: https://github.com/zabuldon
|
|
|
|
|
[abode docs]: https://home-assistant.io/components/abode/
|
|
|
|
|
[alarm_control_panel.abode docs]: https://home-assistant.io/components/alarm_control_panel.abode/
|
|
|
|
|
[alarm_control_panel.egardia docs]: https://home-assistant.io/components/alarm_control_panel.egardia/
|
|
|
|
|
[alarm_control_panel.manual docs]: https://home-assistant.io/components/alarm_control_panel.manual/
|
|
|
|
|
[binary_sensor.abode docs]: https://home-assistant.io/components/binary_sensor.abode/
|
|
|
|
|
[binary_sensor.bayesian docs]: https://home-assistant.io/components/binary_sensor.bayesian/
|
|
|
|
|
[binary_sensor.hikvision docs]: https://home-assistant.io/components/binary_sensor.hikvision/
|
|
|
|
|
[binary_sensor.homematic docs]: https://home-assistant.io/components/binary_sensor.homematic/
|
|
|
|
|
[binary_sensor.ring docs]: https://home-assistant.io/components/binary_sensor.ring/
|
|
|
|
|
[binary_sensor.tesla docs]: https://home-assistant.io/components/binary_sensor.tesla/
|
|
|
|
|
[binary_sensor.xiaomi docs]: https://home-assistant.io/components/binary_sensor.xiaomi/
|
|
|
|
|
[binary_sensor.knx docs]: https://home-assistant.io/components/binary_sensor.knx/
|
|
|
|
|
[climate.homematic docs]: https://home-assistant.io/components/climate.homematic/
|
|
|
|
|
[climate.honeywell docs]: https://home-assistant.io/components/climate.honeywell/
|
|
|
|
|
[climate.tesla docs]: https://home-assistant.io/components/climate.tesla/
|
|
|
|
|
[climate.knx docs]: https://home-assistant.io/components/climate.knx/
|
|
|
|
|
[cloud docs]: https://home-assistant.io/components/cloud/
|
|
|
|
|
[cloud.cloud_api docs]: https://home-assistant.io/components/cloud.cloud_api/
|
|
|
|
|
[cloud.const docs]: https://home-assistant.io/components/cloud.const/
|
|
|
|
|
[cloud.http_api docs]: https://home-assistant.io/components/cloud.http_api/
|
|
|
|
|
[cloud.util docs]: https://home-assistant.io/components/cloud.util/
|
|
|
|
|
[config docs]: https://home-assistant.io/components/config/
|
|
|
|
|
[config.customize docs]: https://home-assistant.io/components/config.customize/
|
|
|
|
|
[counter docs]: https://home-assistant.io/components/counter/
|
|
|
|
|
[cover.abode docs]: https://home-assistant.io/components/cover.abode/
|
|
|
|
|
[cover.homematic docs]: https://home-assistant.io/components/cover.homematic/
|
|
|
|
|
[cover.lutron_caseta docs]: https://home-assistant.io/components/cover.lutron_caseta/
|
|
|
|
|
[cover.rfxtrx docs]: https://home-assistant.io/components/cover.rfxtrx/
|
|
|
|
|
[cover.xiaomi docs]: https://home-assistant.io/components/cover.xiaomi/
|
|
|
|
|
[cover.knx docs]: https://home-assistant.io/components/cover.knx/
|
|
|
|
|
[device_tracker.automatic docs]: https://home-assistant.io/components/device_tracker.automatic/
|
|
|
|
|
[device_tracker.geofency docs]: https://home-assistant.io/components/device_tracker.geofency/
|
|
|
|
|
[device_tracker.tesla docs]: https://home-assistant.io/components/device_tracker.tesla/
|
|
|
|
|
[device_tracker.volvooncall docs]: https://home-assistant.io/components/device_tracker.volvooncall/
|
|
|
|
|
[hdmi_cec docs]: https://home-assistant.io/components/hdmi_cec/
|
|
|
|
|
[homematic docs]: https://home-assistant.io/components/homematic/
|
|
|
|
|
[image_processing.dlib_face_detect docs]: https://home-assistant.io/components/image_processing.dlib_face_detect/
|
|
|
|
|
[image_processing.dlib_face_identify docs]: https://home-assistant.io/components/image_processing.dlib_face_identify/
|
|
|
|
|
[input_text docs]: https://home-assistant.io/components/input_text/
|
|
|
|
|
[insteon_plm docs]: https://home-assistant.io/components/insteon_plm/
|
|
|
|
|
[light.homematic docs]: https://home-assistant.io/components/light.homematic/
|
|
|
|
|
[light.hue docs]: https://home-assistant.io/components/light.hue/
|
|
|
|
|
[light.lutron_caseta docs]: https://home-assistant.io/components/light.lutron_caseta/
|
|
|
|
|
[light.mqtt docs]: https://home-assistant.io/components/light.mqtt/
|
|
|
|
|
[light.xiaomi_philipslight docs]: https://home-assistant.io/components/light.xiaomi_philipslight/
|
|
|
|
|
[light.rfxtrx docs]: https://home-assistant.io/components/light.rfxtrx/
|
|
|
|
|
[light.tradfri docs]: https://home-assistant.io/components/light.tradfri/
|
|
|
|
|
[light.knx docs]: https://home-assistant.io/components/light.knx/
|
|
|
|
|
[light.zha docs]: https://home-assistant.io/components/light.zha/
|
|
|
|
|
[lock.abode docs]: https://home-assistant.io/components/lock.abode/
|
|
|
|
|
[lock.nello docs]: https://home-assistant.io/components/lock.nello/
|
|
|
|
|
[lock.tesla docs]: https://home-assistant.io/components/lock.tesla/
|
|
|
|
|
[lutron_caseta docs]: https://home-assistant.io/components/lutron_caseta/
|
|
|
|
|
[media_extractor docs]: https://home-assistant.io/components/media_extractor/
|
|
|
|
|
[media_player.denonavr docs]: https://home-assistant.io/components/media_player.denonavr/
|
|
|
|
|
[media_player.directv docs]: https://home-assistant.io/components/media_player.directv/
|
|
|
|
|
[media_player.sonos docs]: https://home-assistant.io/components/media_player.sonos/
|
|
|
|
|
[media_player.spotify docs]: https://home-assistant.io/components/media_player.spotify/
|
|
|
|
|
[media_player.yamaha_musiccast docs]: https://home-assistant.io/components/media_player.yamaha_musiccast/
|
|
|
|
|
[mycroft docs]: https://home-assistant.io/components/mycroft/
|
|
|
|
|
[mysensors docs]: https://home-assistant.io/components/mysensors/
|
|
|
|
|
[notify.discord docs]: https://home-assistant.io/components/notify.discord/
|
|
|
|
|
[notify.mycroft docs]: https://home-assistant.io/components/notify.mycroft/
|
|
|
|
|
[notify.pushbullet docs]: https://home-assistant.io/components/notify.pushbullet/
|
|
|
|
|
[notify.sendgrid docs]: https://home-assistant.io/components/notify.sendgrid/
|
|
|
|
|
[notify.twitter docs]: https://home-assistant.io/components/notify.twitter/
|
|
|
|
|
[notify.xmpp docs]: https://home-assistant.io/components/notify.xmpp/
|
|
|
|
|
[rfxtrx docs]: https://home-assistant.io/components/rfxtrx/
|
|
|
|
|
[sensor.airvisual docs]: https://home-assistant.io/components/sensor.airvisual/
|
|
|
|
|
[sensor.buienradar docs]: https://home-assistant.io/components/sensor.buienradar/
|
|
|
|
|
[sensor.dht docs]: https://home-assistant.io/components/sensor.dht/
|
|
|
|
|
[sensor.dwdwarnapp docs]: https://home-assistant.io/components/sensor.dwdwarnapp/
|
|
|
|
|
[sensor.fitbit docs]: https://home-assistant.io/components/sensor.fitbit/
|
|
|
|
|
[sensor.homematic docs]: https://home-assistant.io/components/sensor.homematic/
|
|
|
|
|
[sensor.mopar docs]: https://home-assistant.io/components/sensor.mopar/
|
|
|
|
|
[sensor.radarr docs]: https://home-assistant.io/components/sensor.radarr/
|
|
|
|
|
[sensor.season docs]: https://home-assistant.io/components/sensor.season/
|
|
|
|
|
[sensor.shodan docs]: https://home-assistant.io/components/sensor.shodan/
|
|
|
|
|
[sensor.sonarr docs]: https://home-assistant.io/components/sensor.sonarr/
|
|
|
|
|
[sensor.statistics docs]: https://home-assistant.io/components/sensor.statistics/
|
|
|
|
|
[sensor.systemmonitor docs]: https://home-assistant.io/components/sensor.systemmonitor/
|
|
|
|
|
[sensor.tank_utility docs]: https://home-assistant.io/components/sensor.tank_utility/
|
|
|
|
|
[sensor.tesla docs]: https://home-assistant.io/components/sensor.tesla/
|
|
|
|
|
[sensor.uber docs]: https://home-assistant.io/components/sensor.uber/
|
|
|
|
|
[sensor.worldtidesinfo docs]: https://home-assistant.io/components/sensor.worldtidesinfo/
|
|
|
|
|
[sensor.knx docs]: https://home-assistant.io/components/sensor.knx/
|
|
|
|
|
[snips docs]: https://home-assistant.io/components/snips/
|
|
|
|
|
[switch.abode docs]: https://home-assistant.io/components/switch.abode/
|
|
|
|
|
[switch.digitalloggers docs]: https://home-assistant.io/components/switch.digitalloggers/
|
|
|
|
|
[switch.dlink docs]: https://home-assistant.io/components/switch.dlink/
|
|
|
|
|
[switch.homematic docs]: https://home-assistant.io/components/switch.homematic/
|
|
|
|
|
[switch.lutron_caseta docs]: https://home-assistant.io/components/switch.lutron_caseta/
|
|
|
|
|
[switch.rest docs]: https://home-assistant.io/components/switch.rest/
|
|
|
|
|
[switch.rfxtrx docs]: https://home-assistant.io/components/switch.rfxtrx/
|
|
|
|
|
[switch.knx docs]: https://home-assistant.io/components/switch.knx/
|
|
|
|
|
[telegram_bot docs]: https://home-assistant.io/components/telegram_bot/
|
|
|
|
|
[tesla docs]: https://home-assistant.io/components/tesla/
|
|
|
|
|
[tradfri docs]: https://home-assistant.io/components/tradfri/
|
|
|
|
|
[volvooncall docs]: https://home-assistant.io/components/volvooncall/
|
|
|
|
|
[xiaomi docs]: https://home-assistant.io/components/xiaomi/
|
|
|
|
|
[knx docs]: https://home-assistant.io/components/knx/
|
|
|
|
|
[zwave docs]: https://home-assistant.io/components/zwave/
|
|
|
|
|
[forum]: https://community.home-assistant.io/
|
|
|
|
|
[issue]: https://github.com/home-assistant/home-assistant/issues
|
|
|
|
|
[discord]: https://discord.gg/c5DvZ4e
|
|
|
|
|
[#9354]: https://github.com/home-assistant/home-assistant/pull/9354
|
|
|
|
|
[#9380]: https://github.com/home-assistant/home-assistant/pull/9380
|
|
|
|
|
[#9387]: https://github.com/home-assistant/home-assistant/pull/9387
|
|
|
|
|
[@viswa-swami]: https://github.com/viswa-swami
|
|
|
|
|
[camera.foscam docs]: https://home-assistant.io/components/camera.foscam/
|
|
|
|
|
[sensor.wunderground docs]: https://home-assistant.io/components/sensor.wunderground/
|
|
|
|
|
]]></content>
|
|
|
|
|
</entry>
|
|
|
|
|
|
|
|
|
|