It’s time for 0.46! This release does not have too many new integrations, instead it focussed on bug fixes.
New platforms
- Template light (@cribbstechnologies - #7657) (light.template docs) (new-platform)
- Support for GE Zwave fan controller (@armills - #7767) (zwave docs) (fan.zwave docs) (new-platform)
- Rachio (Sprinklers) (@Klikini - #7600) (switch.rachio docs) (new-platform)
- Introduced support to Netgear Arlo Cameras (@tchellomello - #7826) (arlo docs) (camera.arlo docs) (sensor.arlo docs) (new-platform)
Breaking changes
- The USPS sensor entity names have changed as there are now two. One for packages and one for mail. Config will now also use
scan_interval
instead ofupdate_interval
(@happyleavesaoc - #7655) (sensor.usps docs) (breaking change) - Automation state trigger: From/to checks will now ignore state changes that are just attribute changess (@amelchio - #7651) (automation.state docs) (breaking change)
- Redesign monitored variables for hp_ilo sensor.
monitored_variables
is now a list ofname
andsensor_type
values (@Juggels - #7534) (sensor.hp_ilo docs) (breaking change)
sensor:
- platform: hp_ilo
host: IP_ADDRESS or HOSTNAME
username: USERNAME
password: PASSWORD
monitored_variables:
- name: SENSOR NAME
sensor_type: SENSOR TYPE
- Automation - time: The
after
keyword for time triggers (not conditions) has been deprecated in favor of theat
keyword. This resembles better what it does (old one still works, gives a warning) (@armills - #7846) (automation.time docs) (breaking change) - Automation - numeric_state:
above
andbelow
will no longer trigger if it is equal. (@armills - #7857) (breaking change) - Broadlink switches: Entity ids will change for switches that don’t have a default name set. In this case the object_id is now used. (@abmantis - #7845) (switch.broadlink docs) (breaking change)
- Disallow ambiguous color descriptors in the light.turn_on schema. This means that you can no longer specify both
xy_color
andrgb_color
. (@amelchio - #7765) (breaking change)
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 →