First Commit
This commit is contained in:
83
packages/light/yeelight.yaml
Normal file
83
packages/light/yeelight.yaml
Normal file
@ -0,0 +1,83 @@
|
||||
## -------------------------------------------------------------------------------------------------##
|
||||
## Yeelight
|
||||
## -------------------------------------------------------------------------------------------------##
|
||||
|
||||
|
||||
## -------------------------------------------------------------------------------------------------##
|
||||
## Discovery disable
|
||||
## -------------------------------------------------------------------------------------------------##
|
||||
discovery:
|
||||
ignore:
|
||||
- yeelight
|
||||
|
||||
|
||||
## -------------------------------------------------------------------------------------------------##
|
||||
## Lampen-Konfig
|
||||
## -------------------------------------------------------------------------------------------------##
|
||||
yeelight:
|
||||
devices:
|
||||
10.10.10.82:
|
||||
name: ceiling1
|
||||
save_on_change: False
|
||||
transition: 2500
|
||||
10.10.10.83:
|
||||
name: ceiling2
|
||||
save_on_change: False
|
||||
transition: 2500
|
||||
10.10.10.80:
|
||||
name: ceiling3
|
||||
save_on_change: False
|
||||
transition: 2500
|
||||
10.10.10.81:
|
||||
name: bed_ceiling
|
||||
save_on_change: False
|
||||
transition: 2500
|
||||
10.10.10.84:
|
||||
name: bed
|
||||
save_on_change: False
|
||||
transition: 2500
|
||||
model: strip1
|
||||
10.10.10.85:
|
||||
name: desk
|
||||
save_on_change: False
|
||||
transition: 2500
|
||||
model: strip1
|
||||
|
||||
|
||||
## -------------------------------------------------------------------------------------------------##
|
||||
## Lampengruppen
|
||||
## -------------------------------------------------------------------------------------------------##
|
||||
light:
|
||||
- platform: group
|
||||
name: ceiling
|
||||
entities:
|
||||
- light.ceiling1
|
||||
- light.ceiling2
|
||||
- light.ceiling3
|
||||
- platform: group
|
||||
name: direct
|
||||
entities:
|
||||
- light.bed_ceiling
|
||||
- light.ceiling1
|
||||
- light.ceiling2
|
||||
- light.ceiling3
|
||||
- platform: group
|
||||
name: stripe
|
||||
entities:
|
||||
- light.bed
|
||||
- light.desk
|
||||
- platform: group
|
||||
name: all_direct
|
||||
entities:
|
||||
- light.direct
|
||||
- platform: group
|
||||
name: all_indirect
|
||||
entities:
|
||||
- light.stripe
|
||||
- platform: group
|
||||
name: all_lights
|
||||
entities:
|
||||
- light.all_direct
|
||||
- light.all_indirect
|
||||
|
||||
|
Reference in New Issue
Block a user