Homeassistant

Latest version: v2024.11.3

Safety actively analyzes 682404 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 211 of 227

0.38

Another Saturday, another release!

Core updates
- Thanks to [pvizeli](https://github.com/pvizeli), all the core components are now written asynchronously. All entity components are now migrated from synchronously to asynchronously code!
- Now when you restart Home Assistant using the `homeassistant.restart` service, your configuration is checked. If it appears to be invalid the restart will fail.

Rewritten frontend

The frontend has been completely been rewritten, optimizing for speed and lost connection recovery. Even on the slowest phones it should fly now. The frontend also now uses the new [WebSockets API](https://home-assistant.io/developers/websocket_api/) instead of the [EventStream API](https://home-assistant.io/developers/server_sent_events/).

Custom state card UI

A nice new feature is the possibility to create [custom state cards](https://home-assistant.io/developers/frontend_creating_custom_ui/) in the frondend. Go ahead and write your own state card for [lights](https://home-assistant.io/cookbook/custom_ui_by_andrey-git), sensors, locks, etc.

MQTT discovery

MQTT now has [discovery](https://home-assistant.io/components/mqtt/#discovery) support which is different than our [`discovery`](https://home-assistant.io/components/discovery/) component. Similar to the HTTP sensor and HTTP binary sensor, MQTT discovery removes the need for configuration by allowing devices to make their presence known to Home Assistant.

Alert component

If you left your front door open, then the new [`alert`](https://home-assistant.io/components/alert/) component can be used to remind you of this by sending you repeating notifications at a given interval.

Yeelight

The [`yeelight`](https://home-assistant.io/components/light.yeelight/) component has been ported to use a more stable and feature-complete [python-yeelight](https://gitlab.com/stavros/python-yeelight) backend, and supports now both white and RGB bulbs. The component also supports transitions and can be configured to save the settings to the bulb on changes. The users currently using custom components for Yeelight are encouraged to move back to use the included version and report any problems with it to our [issue tracker](https://github.com/home-assistant/home-assistant/issues).

Apple TV

[Apple TV](https://home-assistant.io/components/media_player.apple_tv/) is now a supported [`media_player`](https://home-assistant.io/components/media_player/)! It has support for just about every media player function, including a realtime display of playback status and artwork.

All changes

New platforms/components
- Sensor: Support for monitoring [OpenEVSE](https://home-assistant.io/components/sensor.openevse/) chargers ([miniconfig](https://github.com/miniconfig))
- Voice command [API.AI](https://home-assistant.io/components/apiai/) ([adrianlzt](https://github.com/adrianlzt))
- [Alert](https://home-assistant.io/components/alert/) Component ([rmkraus](https://github.com/rmkraus))
- [Rflink](https://home-assistant.io/components/rflink/) 433Mhz gateway platform and components ([aequitas](https://github.com/aequitas))
- Lock: Support for [Nuki.io](https://home-assistant.io/components/lock.nuki/) smart locks ([pschmitt](https://github.com/pschmitt))
- Sensor: [QNAP](https://home-assistant.io/components/sensor.qnap/) Sensor ([colinodell](https://github.com/colinodell))
- Switch: Add support for [FRITZ!DECT](https://home-assistant.io/components/switch.fritzdect/) wireless switches based on fritzhome ([BastianPoe](https://github.com/BastianPoe))
- Sensor: Add [moon](https://home-assistant.io/components/sensor.moon/) sensor ([fabaff](https://github.com/fabaff))
- Media player: Support for the [Orange Livebox Play TV](https://home-assistant.io/components/media_player.liveboxplaytv/) appliance ([pschmitt](https://github.com/pschmitt))
- Media player: Initial support for [Apple TV](https://home-assistant.io/components/media_player.apple_tv/) ([postlund](https://github.com/postlund))
- MQTT: [MQTT discovery](https://home-assistant.io/components/mqtt/#discovery) support ([balloob](https://github.com/balloob), [fabaff](https://github.com/fabaff))
- Notify: [Mailgun](https://home-assistant.io/components/notify.mailgun/) notify service ([pschmitt](https://github.com/pschmitt))
- Image Processing: Support [Microsoft Face detection](https://home-assistant.io/components/image_processing.microsoft_face_detect/) ([pvizeli](https://github.com/pvizeli))

Improvements
- Switch - Pilight: Validation no longer rejects alphanumeric IDs ([DavidLP](https://github.com/DavidLP))
- Device tracker - ASUSWrt: Fixes `ip neigh` regex to handle the possible IPv6 "router" flag ([kylehendricks](https://github.com/kylehendricks))
- Light - MySensors: Fix mysensors RGB and W light turn on ([MartinHjelmare](https://github.com/MartinHjelmare))
- Light - Yeelight: new yeelight backend lib, new features ([rytilahti](https://github.com/rytilahti))
- Climate - Eq3btsmart: Cleanup modes & available, bump version requirement ([rytilahti](https://github.com/rytilahti))
- Sensor - SMA: Handle units correctly ([kellerza](https://github.com/kellerza))
- MQTT eventstream: Prevent infinite loop in cross configured MQTT event streams ([aequitas](https://github.com/aequitas))
- Light - [Hue](https://home-assistant.io/components/light.hue/): Fix lightgroups not syncing state ([tboyce1](https://github.com/tboyce1))
- Dvice tracker - Owntracks: Fix OwnTracks state names ([tboyce1](https://github.com/tboyce1))
- Wink: Wink AC and additional sensor support ([w1ll1am23](https://github.com/w1ll1am23))
- Modbus: Modbus write_register accept list ([benvm](https://github.com/benvm))
- Device tracker - Ping: Add devices detected by ping as SOURCE_TYPE_ROUTER instead of GPS ([michaelarnauts](https://github.com/michaelarnauts))
- Climate - Ecobee: Cleanup climate and ecobee ([Duoxilian](https://github.com/Duoxilian))
- Sensor - Miflora: Allow specification of bluetooth adapter ([Danielhiversen](https://github.com/Danielhiversen))
- Sensor - [Systemmonitor](https://home-assistant.io/components/sensor.systemmonitor/): Add average load to systemmonitor ([eagleamon](https://github.com/eagleamon))
- Sensor - [Openweathermap](https://home-assistant.io/components/sensor.openweathermap/): Add wind bearing ([fabaff](https://github.com/fabaff))
- Notify - Facebook: Allow to use data for enhanced messages ([adrianlzt](https://github.com/adrianlzt))
- Light - Hyperion: Change CONF_DEFAULT_COLOR CV type ([Joeboyc2](https://github.com/Joeboyc2))
- Mysensors: Fix validation of serial port on windows ([MartinHjelmare](https://github.com/MartinHjelmare))
- Notify - Webostv: Store the key file in the configuration directory ([pschmitt](https://github.com/pschmitt))
- TTS: TTS ID3 support ([robbiet480](https://github.com/robbiet480))
- Switch - Broadlink: Add send packet service ([Yannic-HAW](https://github.com/Yannic-HAW))
- Wink: Add support for position on Wink cover ([albertoarias](https://github.com/albertoarias))
- Light - Flux: Make brightness display work for RGB devices. ([aequitas](https://github.com/aequitas))
- Media player - Roku: Fix attribute error for media_player/roku ([tchellomello](https://github.com/tchellomello))
- Light - MQTT template: Fix brightness slider for MQTT template lights ([ray0711](https://github.com/ray0711))
- Template: Add `min` and `max` Jinja2 [filters](https://home-assistant.io/topics/templating/#home-assistant-template-extensions) ([sbidoul](https://github.com/sbidoul))
- Device tracker - Skyhub: Improve Sky Hub error handling ([alexmogavero](https://github.com/alexmogavero))
- Notify - SMTP: Add error checking to the MIMEImage encoding ([stratosmacker](https://github.com/stratosmacker))
- Light - MQTT: Check for command topics when determining the capabilities of an MQTT light ([herm](https://github.com/herm))
- Core: Check config before restarting ([andrey-git](https://github.com/andrey-git))
- Light - [Hue](https://home-assistant.io/components/light.hue/): Fix groups with same names ([tboyce1](https://github.com/tboyce1))
- Template: Add icon_template to template sensor ([tboyce1](https://github.com/tboyce1))
- Recorder: Refactoring, scoping, and better handling of SQLAlchemy Sessions ([kellerza](https://github.com/kellerza))
- Light - Flux: Add support for fluxled discovery. ([aequitas](https://github.com/aequitas))
- Media player - AppleTV: Add discovery support to Apple TV ([postlund](https://github.com/postlund))
- Sensor - Template: Improve warning message in template rendering ([Danielhiversen](https://github.com/Danielhiversen))
- Light - Demo: Add available property and typing hints ([rytilahti](https://github.com/rytilahti))
- Sensor - ARWN: Enhancements to [ARWN](https://home-assistant.io/components/sensor.arwn/) platform ([sdague](https://github.com/sdague))
- Fan - ISY994: Change medium state for filtering ([Teagan42](https://github.com/Teagan42))
- Climate - Ecobee: Support away_mode as permanent hold and hold_mode as temporary hold. ([Duoxilian](https://github.com/Duoxilian))
- Tellduslive: Don't throw exception if connection to server is lost ([molobrakos](https://github.com/molobrakos))
- Zoneminder: Refactoring and JSON decode error handling ([pschmitt](https://github.com/pschmitt))
- Image processing: Cleanup Base face class add support for microsoft face detect ([pvizeli](https://github.com/pvizeli))

Bugfixes: [balloob](https://github.com/balloob), [fabaff](https://github.com/fabaff), [pvizeli](https://github.com/pvizeli), [mnoorenberghe](https://github.com/Danielhiversen), [armills](https://github.com/armills), [tchellomello](https://github.com/tchellomello), [aequitas](https://github.com/aequitas), [mathewpeterson](https://github.com/mathewpeterson), [molobrakos](https://github.com/molobrakos), [michaelarnauts](https://github.com/michaelarnauts), [jabesq](https://github.com/jabesq), [turbokongen](https://github.com/turbokongen), [JshWright](https://github.com/JshWright), [andriej](https://github.com/andriej), [jawilson](https://github.com/jawilson), [andrey-git](https://github.com/andrey-git), [nodinosaur](https://github.com/nodinosaur), [konikvranik](https://github.com/konikvranik), and you if you are missing here.

Breaking changes
- The support for [LG webOS Smart TVs](https://home-assistant.io/components/media_player.webostv/) was improved. This requires you to move `$HOME/.pylgtv` to `$HASS_CONFIG_DIR/webostv.conf` or Home Assistant will need to be paired with the TV again.
- Image processing events have been renamed: `identify_face` has become `image_processing.detect_face`, `found_plate` has become `image_processing.found_plate`
- The [FFmpeg binary sensor](https://home-assistant.io/components/binary_sensor.ffmpeg/) change the platform name from `ffmpeg` to `ffmpeg_noise` and `ffmpeg_motion`. Also all FFmpeg-related services are moved from a platform implementation to a the [FFmpeg components](https://home-assistant.io/components/ffmpeg/) and were rename from `binary_sensor.ffmpeg_xy` to `ffmpeg.xy`.

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://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.

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.

0.37.1

Not secure
- Do not reject alphanumeric IDs for PiLight (DavidLP)
- Fix broken Hue discovery (DanielHiversen)
- Fix Amcrest (tchellomello)
- Fix Telldus Live dim level error on startup (molobrakos)
- Fix Sonos group coordinators (pvizeli)
- UPC Connect: Parse XML outside event loop (pvizeli)
- Fix Netatmo SSL issue with VPN url (jabesq)
- Homematic: Fix bug with UNREACH device state/restore and variables not updating (pvizeli)
- Sonos: Prevent duplicate entries in favorite list (pvizeli)
- Fix Schlage Connect deadbolt integration via Z-Wave (turbokongen)
- Prevent infinite loop in crossconfigured mqtt event streams (aequitas)
- Fix Hue lightgroups failing on startup (tboyce1)

0.37

No stats, no numbers, and alike this time. Ok, just one number: 0.37. We are back on track with our bi-weekly release cycle. Beside some organizational changes is this release shipping again cool features and new integrations. Please keep an eye on the "Breaking changes" section because there are also massive improvements for some platforms and components.

Governance

As announced, the new [Governance](https://home-assistant.io/blog/2017/01/21/home-assistant-governance/) requires for developers to sign the CLA. [Code of Conduct](https://home-assistant.io/developers/code_of_conduct/), [Contributor License Agreement](https://home-assistant.io/developers/cla/), and proper [Licensing](https://home-assistant.io/developers/license/) will to protect all involved parties in the Home Assistant eco-system from users and community members to contributors.

Face recognition using the Microsoft Face API

[pvizeli](https://github.com/pvizeli) has been on a roll with the image processing integrations. This time it's the [Microsoft Face API](https://home-assistant.io/components/microsoft_face/). This means that now it will be possible to train the API with the people you want to recognize and send images from your camera to the API as another source of automation.

Want to play a personalized tune when someone enters the house? It is now possible 😎

Improved camera security

After a security audit by Stephen O'Conner, he found that our source for randomly generated access tokens for camera feeds were reasonable predictable and could be brute force attacked in 2.5 weeks. A fix has been included in this release that uses the system provided random number generator for maximum randomness and rotates the keys every 10 minutes to reduce the window in which a brute force attack can happen.

Although the old method is not insecure, the new method is a lot more secure. Upgrading to the latest version is encouraged.

New customization options

[Andrey-git](https://github.com/andrey-git) has added some great new options to the customize functionality. It is now possible to specify customizations as a wildcard for entities or for a specific domain.

Major Wink and HDMI CEC improvements

[w1ll1am23](https://github.com/w1ll1am23) did an amazing job fixing a ton of bugs and issues with the Wink integration. Biggest improvement is that it now is able to automatically refresh the authentication tokens. This means that if you have your email address and password in your `configuration.yaml` file, no `client_id` and `client_secret` are needed, and token which was generated with the generator located in the [Wink](https://home-assistant.io/components/wink/) documentation.

The new Wink support will cause renaming of all the binary sensors and will also create new sensors for devices that weren't previously detected or supported in the older version.

Thanks to [konikvranik](https://github.com/konikvranik) the [HDMI CEC](https://home-assistant.io/components/hdmi_cec/) integration got a huge update with a lot of improvements. This update should make it easier to work with HDMI CEC and give you more control.

First Coffee Maker supported

[stu-gott](https://github.com/stu-gott) has added support for the first coffee maker in Home Assistant: [Mr. Coffee Smart Optimal Brew](https://home-assistant.io/components/switch.wemo/). Happy brewing!

All changes

New platforms/components

Netatmo: [Netatmo](https://home-assistant.io/components/netatmo/) Presence support ([gieljnssns](https://github.com/gieljnssns))
Sensor: [Amcrest](https://home-assistant.io/components/binary_sensor.arest/) camera sensors ([tchellomello](https://github.com/tchellomello))
Notify: New [Discord](https://home-assistant.io/components/notify.discord/) notification component ([Deinara](https://github.com/Deinara))
Device tracker: [Tado](https://home-assistant.io/components/device_tracker.tado/) device tracker support ([jmvermeulen](https://github.com/jmvermeulen))
Sensor: Add [Skybeacon](https://home-assistant.io/components/sensor.skybeacon/) BLE temperature/humidity sensor ([anpetrov](https://github.com/anpetrov))
New [Zabbix](https://home-assistant.io/components/zabbix/) component ([Whytey](https://github.com/Whytey))
Media player: New platform [Anthemav](https://home-assistant.io/components/media_player.anthemav/) Media player ([nugget](https://github.com/nugget))
Light: Add support for [Avion](https://home-assistant.io/components/light.avion/) Bluetooth dimmer switches ([mjg59](https://github.com/mjg59))
Binary sensor: [Beaglebone Black](https://home-assistant.io/components/binary_sensor.bbb_gpio/) binary sensor ([MatoKafkac](https://github.com/MatoKafkac))
Light: [Piglow](https://home-assistant.io/components/light.piglow/) support ([xarnze](https://github.com/xarnze))
[Face](https://home-assistant.io/components/microsoft_face/) recognition for automation ([pvizeli](https://github.com/pvizeli))
Sensor: New [Washington State DOT](https://home-assistant.io/components/sensor.wsdot/) sensor ([partofthething](https://github.com/partofthething))
Support for Wemo CoffeeMaker devices ([stu-gott](https://github.com/stu-gott))
Device tracker: [Sky hub](https://home-assistant.io/components/device_tracker.sky_hub/) support ([alexmogavero](https://github.com/alexmogavero))
Support for [Lutron](https://home-assistant.io/components/lutron/) RadioRA 2 ([thecynic](https://github.com/thecynic))
TTS: Amazon [Polly TTS](https://home-assistant.io/components/tts.amazon_polly/) platform ([robbiet480](https://github.com/robbiet480))
Device tracker: Support for [Linksys](https://home-assistant.io/components/device_tracker.linksys_ap/) Access Points ([lukas-hetzenecker](https://github.com/lukas-hetzenecker))
Notify: Make calls with [Twilio](https://home-assistant.io/components/notify.twilio_call/) ([fakezeta](https://github.com/fakezeta))

Improvements

Script: Fix script release ([balloob](https://github.com/balloob))
Camera - Amcrest: Add support for direct MJPEG streams from Amcrest cameras ([colinodell](https://github.com/colinodell))
Sensor - Miflora: Removing throttle decorator ([freol35241](https://github.com/freol35241))
Notify - Lannouncer: Fix `get_service` method ([mKeRix](https://github.com/mKeRix))
Sensor - WAQI: Add station parameter to waqi sensor ([whhsw](https://github.com/whhsw))
Sensor - USPS: Absolute path to save cookie used by USPS sensor ([tchellomello](https://github.com/tchellomello))
Nest: Fix python-nest release number ([Danielhiversen](https://github.com/Danielhiversen))
Keyboard remote: Improve support ([MrMep](https://github.com/MrMep))
Device tracker - VolvoOnCall: Fix timedelta ([pvizeli](https://github.com/pvizeli))
Climate - eq3btsmart: Expose away attribute ([rytilahti](https://github.com/rytilahti))
Remote: Reserve a test port for broken API to fix race ([armills](https://github.com/armills))
Climate - Ecobee: Made target temperature sensitive to auto mode ([Duoxilian](https://github.com/Duoxilian))
Configuration: Fix load_yaml default value ([balloob](https://github.com/balloob))
Notify - Facebook: Fix encoding error ([Danielhiversen](https://github.com/Danielhiversen))
Emulated_hue: Add `upnp_bind_multicast` option, default type to Google, and persist emulated hue IDs ([hoopty](https://github.com/hoopty), [balloob](https://github.com/balloob))
Docker: Install phantomjs in Docker container ([jnewland](https://github.com/jnewland))
Media player - MPD: Add listing and selection of available MPD playlists ([partofthething](https://github.com/partofthething))
Media player - Denon AVR: Denon improvements ([glance-](https://github.com/glance-))
Light - x10.py: Improved x10 state monitoring ([martst](https://github.com/martst))
Sensor - DSMR: TCP, reconnecting and V4 CRC support ([aequitas](https://github.com/aequitas))
Media player - Yamaha.py: Fix Yamaha doing I/O in event loop ([balloob](https://github.com/balloob))
Device tracker UPC: Make upc more robust ([pvizeli](https://github.com/pvizeli))
Climate - Generic thermostat: Update ([MrMep](https://github.com/MrMep))
Device tracker - Xiaomi.py: Xiaomi Mi Router token refresh ([RiRomain](https://github.com/RiRomain))
Camera - MJPEG: Support still image for thumbmail ([pvizeli](https://github.com/pvizeli))
Sensor - ZAMG: Updated valid station id list ([HerrHofrat](https://github.com/HerrHofrat))
Light - ISY994: Not overwrite `state_attributes` ([rmkraus](https://github.com/rmkraus))[emul-hue](https://home-assistant.io/components/emulated_hue/)
Light - Zwave: Use only supported features for devices ([turbokongen](https://github.com/turbokongen))
Media player - Kodi: Support for volume stepping ([armills](https://github.com/armills))
Media player- roku: Use `is_screensaver`, update IDLE state, and use device name ([robbiet480](https://github.com/robbiet480), [xhostplus](https://github.com/xhostplus))
Switch - HDMI CEC: Support for devices and commands ([konikvranik](https://github.com/konikvranik))
Lock - Zwave: Improvements to Zwave lock platform ([turbokongen](https://github.com/turbokongen))
TTS: Invalidate broken file cache entries ([stu-gott](https://github.com/stu-gott))
Light - Hue: Improvements ([robbiet480](https://github.com/robbiet480))
TTS - YandexTTS: Added speed and emotion to Yandex TTS ([lupin-de-mid](https://github.com/lupin-de-mid))
Light - tellstick.py: Tellstick light fix ([stefan-jonasson](https://github.com/stefan-jonasson))
Switch - insteon_local.py: only check for devices when not defined in config ([wardcraigj](https://github.com/wardcraigj))
Notify - Twitter: Allow direct messaging to user ([fabaff](https://github.com/fabaff))
Fan - MQTT: Dont set a speed when fan turns on ([robbiet480](https://github.com/robbiet480))
Config: Allow easier customization of whole domain, entity lists, globs ([andrey-git](https://github.com/andrey-git))
Sensor - Homematic: Update device support ([danielperna84](https://github.com/danielperna84))
Binary sensor - ISS: Add location to attributes and option to show position on the map ([fabaff](https://github.com/fabaff))
Media player - Kodi: Add SSL configuration option ([ecksun](https://github.com/ecksun))
Sensor - WAQI: Add missing particle value ([fabaff](https://github.com/fabaff))
Wink: Support for python-wink 1.0.0 ([w1ll1am23](https://github.com/w1ll1am23))
Binary sensor - RPi GPIO: Add a small sleep before reading the sensor ([snagytx](https://github.com/snagytx))
Sensor - USPS: Add name to configuration ([happyleavesaoc](https://github.com/happyleavesaoc))
Sensor - Miflora: Remove throttle decorator from miflora platform ([freol35241](https://github.com/freol35241))
Device tracker - asuswrt.py: Add IPv6 support when parsing neighbors ([leppa](https://github.com/leppa))
iOS: Discover notify.ios when iOS component loads ([robbiet480](https://github.com/robbiet480))
Homematic: Add MAX shutter contact class ([jannau](https://github.com/jannau))
Sensor - Darksky: Added forecast support ([nordlead2005](https://github.com/nordlead2005))
Switch - Pilight: Implement echo config option ([janLo](https://github.com/janLo))
Core: Support customize in packages ([kellerza](https://github.com/kellerza))
Switch - Flux: Allow disabling setting the brightness ([rytilahti](https://github.com/rytilahti))
Media player - Sonos: Add `is_coordinator`, set coordinator after join/unjoin, and no emtpy image ([pvizeli](https://github.com/pvizeli), [andrey-git](https://github.com/andrey-git), [robbiet480](https://github.com/robbiet480))
Climate: Hold mode ([Duoxilian](https://github.com/Duoxilian))
Switch - TPlink: No longer doing I/O in event bus ([balloob](https://github.com/balloob))
Light - Insteon local: Improve Insteon configuration ([wardcraigj](https://github.com/wardcraigj))
Emulated Hue: Emulated Hue "host-ip" fails to bind when running in docker without `--net=host` ([jeremydk](https://github.com/jeremydk))
Climate - EQ3 BT smart: Add reporting for availability ([rytilahti](https://github.com/rytilahti))

Bugfix: [balloob](https://github.com/balloob), [fabaff](https://github.com/fabaff), [freol35241](https://github.com/freol35241), [pvizeli](https://github.com/pvizeli), [Danielhiversen](https://github.com/Danielhiversen), [tdickman](https://github.com/tdickman), [armills](https://github.com/armills), [rytilahti](https://github.com/rytilahti), [R1chardTM](https://github.com/R1chardTM), [asbach](https://github.com/asbach), [happyleavesaoc](https://github.com/happyleavesaoc), [robbiet480](https://github.com/robbiet480), [colinodell](https://github.com/colinodell), [joopert](https://github.com/joopert), [dale3h](https://github.com/dale3h), [pavoni](https://github.com/pavoni), [jaharkes](https://github.com/jaharkes), [MartinHjelmare](https://github.com/MartinHjelmare), [mezz64](https://github.com/mezz64), [jabesq](https://github.com/jabesq), and you if you are missing in this list.

Breaking changes
- A **major** breaking change in the [`emulated_hue`](https://home-assistant.io/components/emulated_hue/) component means that without changing a configuration value before starting up the newer Home Assistant version you will lose all devices that Alexa has discovered and will need to re-add them as well as create new groups. Find out about the [details](emul_hue).
- The platform of the [ISS](https://home-assistant.io/components/binary_sensor.iss/) integration was change to `binary_sensor`. Please check the platform documentation.
- The [Roku](https://home-assistant.io/components/media_player.roku/) media uses now a new format for the entity IDs.
- [OpenALPR](https://home-assistant.io/components/#image-processing) is no longer a component. It's now a platform for [Image processing](https://home-assistant.io/components/image_processing/).
- Due to massive improvements of the [Wink](https://home-assistant.io/components/wink/) integration, the names of your binary sensors will change and new devices can show up.
- The [MySensors](https://home-assistant.io/components/mysensors/) component now requires all persistence file paths to be set if any is set by the user. This is to avoid name conflicts for the paths. If no path is set Home Assistant will set all paths for you.
- The [Sonos](https://home-assistant.io/components/media_player.sonos/) service `sonos_group_players` was removed. Use now `sonos_join` for this function.
- TTS cache have change for the last time. Files use now also a option hash as part of the name. If you want to use the cache, it need to be renamed or cleared, new created. E. g. `HASH_LANG_PLATFORM.xxx` -> `HASH_LANG_OPTIONS_PLATFORM.xxx`, replace _OPTIONS_ with `-` on exiting platforms.

If you need help...

...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.

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.

0.36.1

Not secure
- Fix load_yaml default value (balloob)
- Fix discovery of flux_led (Danielhiversen)
- Fix Python Nest dependency re-installation (Danielhiversen)
- Make USPS to use absolute path to save cookie (tchellomello)
- Fix UPC_connect cookies (pvizeli)
- Fix Eq3bt import issues (rytilahti)
- Fix Bluetooth and Volvo trackers (pvizeli)
- Fix lannouncer notify platform (mKeRix)

0.36

Welcome to 2017 and 0.36. We are proud to announce the first release for this year. While we are still migrating parts to async but 0.36 is focusing on new features and bug fixes.

Packages

[Packages](https://home-assistant.io/topics/packages/) are providing a new way to organize different component's configuration parts together. With packages we offer the option to include different components or parts of configuration using any of the `!include` directives.

InfluxDB export

The [InfluxDB](https://home-assistant.io/components/influxdb/) component was causing problems in a wide variety of use cases. [titilambert](https://github.com/titilambert) improved our InfluxDB exporter feature. It might be that you need to run the [migration script](https://home-assistant.io/components/influxdb/#migration-script) to update your InfluxDB database.

bash
$ hass --script influxdb_migrator \
-H IP_INFLUXDB_HOST -u INFLUXDB_USERNAME -p INFLUXDB_PASSWORD \
-d INFLUXDB_DB_NAME


International Space Station (ISS)

No, unfortunately we are not going to space. The `iss` sensor is tracking the position of the International Space Station and gives your some details.

Insteon local

The support for Insteon was removed due to issues. With the `insteon_local` component support for [Insteon](https://home-assistant.io/components/insteon_local/) is back.

Image processing

The new [image processing component](https://home-assistant.io/components/image_processing/) currently works with [number plates](https://home-assistant.io/components/openalpr/). But this could level the way to integrate feature like facial recognition or gestures control.

All changes
- Sensor: Support for [HydroQuebec](https://home-assistant.io/components/sensor.hydroquebec/) ([titilambert](https://github.com/titilambert))
- Sensor: Tracking the [ISS][iss]([HydrelioxGitHub])
- Sensor: [USPS](https://home-assistant.io/components/sensor.usps/) deliveries tracking ([happyleavesaoc](https://github.com/happyleavesaoc))
- Device tracker: New [ping-based](https://home-assistant.io/components/device_tracker.ping/) tracker ([michaelarnauts](https://github.com/michaelarnauts))
- TTS: Support for [Pico](https://home-assistant.io/components/tts.picotts/) ([doudz](https://github.com/doudz))
- Switch: [BeagleBone Black](https://home-assistant.io/components/bbb_gpio/) GPIO are supported now ([MatoKafkac](https://github.com/MatoKafkac))
- Light: New support for [Tikteck](https://home-assistant.io/components/light.tikteck/) Bluetooth bulbs ([mjg59](https://github.com/mjg59))
- Switch: Support for customised [Kankun SP3 Wifi](https://home-assistant.io/components/switch.kankun/) switches ([webworxshop](https://github.com/webworxshop))
- Insteon local: Local [insteon](https://home-assistant.io/components/insteon_local/) support([wardcraigj](https://github.com/wardcraigj))
- `rest_command`: Support for using [REST](https://home-assistant.io/components/rest_command/) ([pvizeli](https://github.com/pvizeli))
- Sensor: Show details of the [Dublin RTPI](https://home-assistant.io/components/sensor.dublin_public_transport/) information ([ttroy50](https://github.com/ttroy50))
- Light: [Zengge Bluetooth](https://home-assistant.io/components/light.zengge/) bulbs ([mjg59](https://github.com/mjg59))
- Fan: Wink support for [fans](https://home-assistant.io/components/fan.wink/) ([w1ll1am23](https://github.com/w1ll1am23))
- Device tracker: New [TrackR](https://home-assistant.io/components/device_tracker.trackr/) device tracker support ([w1ll1am23](https://github.com/w1ll1am23))
- Device tracker: Support for [Xiaomi router](https://home-assistant.io/components/device_tracker.xiaomi/) ([RiRomain](https://github.com/RiRomain))
- Sensor: New [SMA Solar Webconnect](https://home-assistant.io/components/sensor.sma/) sensor ([kellerza](https://github.com/kellerza))
- Notify: [Lannouncer](https://home-assistant.io/components/notify.lannouncer/) TTS support ([michaelarnauts](https://github.com/michaelarnauts))
- Image processing: Support for [Image processing](https://home-assistant.io/components/image_processing/) ([pvizeli](https://github.com/pvizeli))
- Device tracker: [UPC](https://home-assistant.io/components/device_tracker.upc_connect/) Connect box platform support ([pvizeli](https://github.com/pvizeli))
- Weather: [Australian BOM](https://home-assistant.io/components/weather.bom/) (Bureau of Meteorology) support ([Zac-HD](https://github.com/Zac-HD))
- Notify: Support for [MySensors](https://home-assistant.io/components/notify.mysensors/) notifications ([MartinHjelmare](https://github.com/MartinHjelmare))
- Sensor - sonarr: Add `urlbase` to [Sonarr](https://home-assistant.io/components/sensor.sonarr/) ([quadportnick](https://github.com/quadportnick))
- Switch - broadlink: Support for [SP](https://home-assistant.io/components/switch.broadlink/) devices ([Danielhiversen](https://github.com/Danielhiversen))
- Homematic: Support for HMIP-PSM or HMWIOSwitch ([danielperna84](https://github.com/danielperna84), [pvizeli](https://github.com/pvizeli))
- Light - flux: Ledenet protocol support by Flux LED ([bah2830](https://github.com/bah2830))
- Device tracker: Support for longer intervals ([partofthething](https://github.com/partofthething))
- ISY994: Weather sensors added ([rmkraus](https://github.com/rmkraus))
- InfluxDB: Improvements to avoid issues with storing details ([titilambert](https://github.com/titilambert))
- Light - Yeelight: Auto discovery support and color temperature feature for [Yeelight](https://home-assistant.io/components/light.yeelight/) ([jjensn](https://github.com/jjensn))
- Media player - SqueezeBox: Switch to JSON-RPC ([dasos](https://github.com/dasos))
- Scripts: Support for `last_triggered` ([Danielhiversen](https://github.com/Danielhiversen))
- Media player: Support for `SUPPORT_PLAY` flag ([armills](https://github.com/armills))
- Minor and not so minor features and bug fixes by [balloob](https://github.com/balloob), [pvizeli](https://github.com/pvizeli), [fabaff](https://github.com/fabaff), [mezz64](https://github.com/mezz64), [andrey-git](https://github.com/andrey-git), [aequitas](https://github.com/aequitas), [abmantis](https://github.com/abmantis), [turbokongen](https://github.com/turbokongen), [jabesq](https://github.com/jabesq), [michaelarnauts](https://github.com/michaelarnauts), [kellerza](https://github.com/kellerza), [titilambert](https://github.com/titilambert), [btorresgil](https://github.com/btorresgil), [henworth](https://github.com/henworth), [armills](https://github.com/armills), [mjg59](https://github.com/mjg59), [Giannie](https://github.com/Giannie), [n8henrie](https://github.com/n8henrie), [magicus](https://github.com/magicus), [florianholzapfel](https://github.com/florianholzapfel), [MrMep](https://github.com/MrMep), [bah2830](https://github.com/bah2830), [happyleavesaoc](https://github.com/happyleavesaoc), [lwis](https://github.com/lwis), [glance-](https://github.com/glance-), [markferry](https://github.com/markferry), and [nikdoof](https://github.com/nikdoof).

Breaking changes
- [APNS](https://home-assistant.io/components/notify.apns/) service was moved to the `notify` domain. Use `notify.apns_NOTIFIER_NAME` instead of `apns.NOTIFIER_NAME`.
- InfluxDB component has a new [schema](https://home-assistant.io/components/influxdb/#data-migration) to store values in the influx db. You may require to run the [`influxdb_migrator`](https://home-assistant.io/components/influxdb/#migration-script) script.
You have to note:
- There will not be any tags/fields named time anymore.
- All numeric fields (int/float/bool) will be stored as float inside influx db.
- All string fields corresponding to state attributes will be renamed as FIELDNAME_str, where FIELDNAME is the state attribute, to avoid type conflicts.
- All string fields corresponding to a state will be renamed as state (former value).
- Fields named value will always be stored as float.
- Fields named state will always be stored as string.

If you need help...

...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.

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.

0.35.3

Not secure
- Fix issue with voicerrs and post api (pvizeli)
- Bugfix component update on service (pvizeli)
- Bugfix async log handle not close (pvizeli)
- Bugfix nest component with various KeyError exceptions (technicalpickles)

Page 211 of 227

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.