Alarms, Sonos and iTunes now supported
It’s like someone opened a can of rock solid developers and emptied it above our chat channel
See GitHub
Migration note: the scheduler
component has been removed in favor of the automation
component.
Sonos
Sonos support has been added by @rhooper
iTunes and airplay speakers
@maddox
# Example configuration.yaml entry
media_player:
platform: itunes
name: iTunes
host: http://192.168.1.50
port: 8181
Automation Automation has gotten a lot of love. It now supports conditions, multiple triggers and new types of triggers. The best to get started with it is to head over to the new getting started with automation page.
# Example of entry in configuration.yaml
automation:
alias: "Light on in the evening"
trigger:
- platform: sun
event: sunset
offset: "-01:00:00"
- platform: state
entity_id: all
state: home
condition:
- platform: state
entity_id: all
state: home
- platform: time
after: "16:00:00"
before: "23:00:00"
action:
service: homeassistant.turn_on
target:
entity_id: group.living_room
Verisure Alarms
We now support arming and disarming your verisure alarm from within Home Assistant thanks to added support by @persandstrom