Advertisement
techblog

catchall_automation

Jul 12th, 2018
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.28 KB | None | 0 0
  1. - alias: Get Ungrouped Entities On Start
  2.   hide_entity: true
  3.   trigger:
  4.     platform: homeassistant
  5.     event: start
  6.   action:
  7.     service: python_script.populate_catchall_group
  8.     data:
  9.       domains_to_ignore: "zone,group,automation,zwave"
  10.       target_group: "group.catchall"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement