Hi All,
Looking for help. I’ve been researching how to get started for my application. I think the initial guide on the hassio website assumes that you’ve installed WIFI lights when it explains how to get the lights to turn on at sunset. https://www.home-assistant.io/getting-started/automation/ However, I’ve either installed smart wall switches or wall plugs not lights
I believe I learned how to get hassio to know my switch is a light by creating the following YAML code in my configuration file - formatting/code checks good:
lights (plugs):
- platform: switch
name: left table light
entity_id: switch.left_table
- platform: switch
name: right table light
entity_id: switch.right_table
- platform: switch
name: left night light
entity_id: switch.3653b9655d3b7
- platform: switch
name: right night light
entity_id: switch.30753811d
- platform: switch
name: garage door lights
entity_id: switch.6715478e9371
- platform: switch
name: Front Hall light
entity_id: switch.6715ce7d61
- platform: switch
name: Front door light
entity_id: switch.671547daef8
However the home assistant throws this error… and I’m not sure where to go to figure out how to do the integration. Component error: lights - Integration ‘lights’ not found.
Any direction links or other is completely appreciated!
2 posts - 2 participants