This repository has been archived on 2023-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
homeassistant-config/packages/light/yeelight.yaml
darthsandmann 853c1d1716 updates
2022-08-30 18:42:25 +02:00

76 lines
1.9 KiB
YAML
Executable File

## -------------------------------------------------------------------------------------------------##
## Discovery disable
## -------------------------------------------------------------------------------------------------##
discovery:
ignore:
- yeelight
## -------------------------------------------------------------------------------------------------##
## Lights
## -------------------------------------------------------------------------------------------------##
yeelight:
devices:
10.10.10.82:
name: ceiling1
save_on_change: False
transition: 500
10.10.10.83:
name: ceiling2
save_on_change: False
transition: 500
10.10.10.80:
name: ceiling3
save_on_change: False
transition: 500
10.10.10.81:
name: bed_ceiling
save_on_change: False
transition: 500
10.10.10.84:
name: bed
save_on_change: False
transition: 500
model: strip1
10.10.10.85:
name: desk
save_on_change: False
transition: 500
model: strip1
## -------------------------------------------------------------------------------------------------##
## Light Groups
## -------------------------------------------------------------------------------------------------##
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