- MQTT: Start embedded server if no config is given (balloob)
- Automation: support for old deprecated config has been removed (balloob)
- Device Tracker - OwnTracks: Allow entry into passive zones using iBeacons (pavoni)
- Tellstick: rewrite to address concurrency issues (stefan-jonasson)
- Z-Wave: add services to heal and soft reset network (srcLurker)
- New component input_slider added (persandstrom)
- Light - Hue: Option added to ignore unreachable property (maddox)
- Notify: MessageBird support added (florianholzapfel)
- HTTP: Failed login attempts are now logged (fabaff)
- Vera: rewrite to simplify code and organize for reusability (pavoni)
- Discovery: support for Squeezebox (Logitech media) server added (jaharkes)
- Discovery: fix uPNP discovery crashing some routers (jaharkes)
- Switch: Wake on LAN platform added (joopert)
- Services for thermostats, notify and media player will now validate passed in parameters (MartinHjelmare)
- Switch - Arduino: support for default state and negate port functionality (tilutza)
- Switch: PulseAudio loopback now supported (Cinntax)
- Sensor: Uber now supported (robbiet480)
- Notify: Growl (GNTP) now supported (robbiet480)
- Media Player: Yamaha receivers now supported (aoakeson)
Breaking changes
- Tellstick configuration has changed
yaml
tellstick:
signal_repetitions: X
- Vera configuration has changed
yaml
vera:
vera_controller_url: http://192.168.1.161:3480/
Optional to exclude devices - this is a list of vera device ids
exclude: [ 13, 14, 16, 20, 23, 27, 28, 30, 31, 35, 36, 44, 45, 56, 57, 66, 67, 71, 72, 73, 74, 75, 76, 77, 78, 88, 89, 99]
Optional to import switches as lights - this is a list of vera device ids
lights: [15, 17, 19, 21, 22, 24, 26, 43, 64, 70, 87]