Although the summer is in full progress, the development hasn’t stalled. This release brings bug fixes, clean ups and another 8 new integrations. On top of that we are also introducing a new script editor!
To use the scripts editor, create a new file in your config directory named scripts.yaml
and copy your existing scripts over:
# scripts.yaml
turn_on_some_lights:
alias: Turn on the lights
sequence:
- data: {}
service: light.turn_on
Than update your configuration.yaml
to look like this:
# Configuration.yaml example
script: !include scripts.yaml
New Platforms
- Add version sensor (@fabaff - #8912) (sensor.version docs) (new-platform)
- Nello.io lock support (@pschmitt - #8957) (lock.nello docs) (new-platform)
- Add HipChat notify service. (@BioSehnsucht - #8918) (notify.hipchat docs) (new-platform)
- Refactor USPS into component with Sensors+Camera (@mezz64 - #8679) (usps docs) (camera.usps docs) (sensor.usps docs) (breaking change) (new-platform)
- Adds London_air component (@robmarkcole - #9020) (sensor.london_air docs) (new-platform)
- Add Abode home security component (@arsaboo - #9030) (abode docs) (alarm_control_panel.abode docs) (binary_sensor.abode docs) (new-platform)
- Add support for Prowl notifications. (@mbrrg - #9028) (notify.prowl docs) (new-platform)
- Add worldtidesinfo sensor component (@aetolus - #8860) (sensor.worldtidesinfo docs) (new-platform)
Release 0.52.1 - August 28
- Close stream request once we end up with proxy (@foxel - #9110)
- Fix issue #9116 in pushbullet (@danielhiversen - #9128) (notify.pushbullet docs)
- bug fix pushbullet (@danielhiversen - #9139) (notify.pushbullet docs)
- Fix import for foscam (@sdague - #9140) (camera.foscam docs)
- Bump aioautomatic to prevent leaking exceptions (@armills - #9148) (device_tracker.automatic docs)
- Wrap state when iterating a domain in templates (@balloob - #9157)
- Prevent iCloud exceptions in logfile (@mjj4791 - #9179) (device_tracker.icloud docs)
- bump ecobee version to fix issue 9190 (@nkgilley - #9191) (ecobee docs) (climate.ecobee docs)
If you need help…
…don’t hesitate to use our very active forums or join us for a little chat. 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. Make sure to fill in all fields of the issue template.
Read on →