Skip to content

Commit a15452d

Browse files
committed
Add device change trigger support in triggers.yaml
- Introduced a new trigger for device changes to enhance the integration's capabilities. - Updated the triggers.yaml file to include the 'device_changed' rule so HA properly registers the new trigger.
1 parent 08765ef commit a15452d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
rule_enabled: {}
22
rule_disabled: {}
33
rule_changed: {}
4-
rule_deleted: {}
4+
rule_deleted: {}
5+
device_changed: {}

0 commit comments

Comments
 (0)