mirror of
https://github.com/Adam-Ant/home-assistant
synced 2024-12-20 12:54:35 +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
|
script: !include_dir_named scripts
|
||||||
|
|
||||||
|
light: !include light.yaml
|
||||||
|
|
||||||
automation: !include_dir_merge_list automation
|
automation: !include_dir_merge_list automation
|
||||||
|
|
||||||
group: !include_dir_named groups
|
group: !include_dir_named groups
|
||||||
|
@ -3,3 +3,4 @@ entities:
|
|||||||
- group.alarmclock
|
- group.alarmclock
|
||||||
- sensor.temperature_1
|
- sensor.temperature_1
|
||||||
- sensor.humidity_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