mirror of
https://github.com/Adam-Ant/home-assistant
synced 2024-11-08 21:16:23 +00:00
Initial light config
This commit is contained in:
parent
ade022bafd
commit
7539c8f31d
@ -80,6 +80,8 @@ shell_command: !include shell_command.yaml
|
||||
|
||||
script: !include_dir_named scripts
|
||||
|
||||
light: !include light.yaml
|
||||
|
||||
automation: !include_dir_merge_list automation
|
||||
|
||||
group: !include_dir_named groups
|
||||
|
@ -3,3 +3,4 @@ entities:
|
||||
- group.alarmclock
|
||||
- sensor.temperature_1
|
||||
- sensor.humidity_1
|
||||
- light.dev
|
||||
|
5
light.yaml
Normal file
5
light.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
- platform: mqtt
|
||||
name: 'dev'
|
||||
state_topic: 'den/light1/state'
|
||||
command_topic: 'den/light1/command'
|
||||
optimistic: false
|
Loading…
Reference in New Issue
Block a user