Skip to content

Commit 84264dd

Browse files
emloveballoob
authored andcommitted
Add notes about Z-Wave breaking change (home-assistant#2848)
1 parent 0cff4e0 commit 84264dd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

source/_posts/2017-06-17-release-47.markdown

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,28 @@ notify:
125125
recipient: !secret mailgun_recipient
126126
```
127127

128+
- Z-Wave node and scene activated trigger events now use the full entity ID ([@armills] - [#7786]) ([zwave docs]) (breaking change)
129+
```yaml
130+
automation:
131+
- alias: Button 1
132+
trigger:
133+
platform: event
134+
event_type: zwave.scene_activated
135+
event_data:
136+
entity_id: living_room_remote_13
137+
scene_id: 1
138+
```
139+
```yaml
140+
automation:
141+
- alias: Event 1
142+
trigger:
143+
platform: event
144+
event_type: zwave.node_event
145+
event_data:
146+
entity_id: zwave.living_room_remote_13
147+
basic_level: 1
148+
```
149+
128150
- LIFX: add multiple modes to pulse effect. The `lifx_effect_breathe` call has been deprecated. Use `lifx_effect_pulse` with the new `mode: breathe` attribute instead. ([@amelchio] - [#8016]) ([light.lifx docs]) (breaking change)
129151
- Use standard entity_ids for zwave entities. This also introduces a small API breakage, where `EVENT_SCENE_ACTIVATED` and `EVENT_NODE_EVENT` will no longer supply an `object_id`. They will now be tied to the node entity_id. ([@armills] - [#7786]) ([zwave docs]) ([light.zwave docs]) (breaking change)
130152
- Fix attribute entities. Home Assistant will no longer filter out entities that are 'falsey'. So you might see more entity attributes show up. ([@pvizeli] - [#8066]) (breaking change)

0 commit comments

Comments
 (0)