0.16: Embedded MQTT broker, Uber, Yamaha receivers and Growl
Party people, 0.16 is here! The big thing with this release is that we have completely removed the barrier to get started by MQTT by being able to launch an embedded MQTT server: hbMQTT. Just add mqtt:
to your config and a broker is launched and connected with Home Assistant. See the documentation for more info.
Further in this release a bunch of cool new stuff, bug fixes and rewrites for the Vera and Tellstick component (see breaking changes section at bottom for this!).
Rock on.
- Device Tracker - OwnTracks: Allow entry into passive zones using iBeacons (@pavoni)
- Tellstick: rewrite to component 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 component 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
-
Automation: support for old deprecated config has been removed
-
Tellstick configuration has changed
tellstick:
signal_repetitions: X
- Vera configuration has changed
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, 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]