Advertisement
snip3r77

Untitled

Sep 6th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # Example configuration.yaml entry
  2. emulated_hue:
  3. host_ip: 192.168.1.186
  4. listen_port: 8300
  5. #start ( do i need to use this ? )
  6. advertise_ip: 10.0.0.10
  7. advertise_port: 8080
  8. #end
  9. off_maps_to_on_domains:
  10. - script
  11. - scene
  12. expose_by_default: true
  13. exposed_domains:
  14. - light
  15. entities:
  16. light.bedroom_light:
  17. name: "Bedside Lamp"
  18. light.ceiling_lights:
  19. hidden: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement