Files
homeassistant_config/config/01capteur/light/yeelight_mqtt.yaml.old
2024-05-31 09:39:52 +02:00

64 lines
2.3 KiB
YAML

- platform: mqtt
name: "bureau etage"
state_topic: "yeelight/light/bureau/status"
command_topic: "yeelight/light/bureau/status/set"
brightness_state_topic: "yeelight/light/bureau/bright"
brightness_command_topic: "yeelight/light/bureau/bright/set"
brightness_scale: 100
color_temp_state_topic: "yeelight/light/bureau/ct"
color_temp_command_topic: "yeelight/light/bureau/ct/set"
qos: 0
payload_on: "on"
payload_off: "off"
optimistic: false
- platform: mqtt
name: "salon 2"
state_topic: "yeelight/light/salon2/status"
command_topic: "yeelight/light/salon2/status/set"
brightness_state_topic: "yeelight/light/salon2/bright"
brightness_command_topic: "yeelight/light/salon2/bright/set"
brightness_scale: 100
color_temp_state_topic: "yeelight/light/salon2/ct"
color_temp_command_topic: "yeelight/light/salon2/ct/set"
min_mireds: 1700
max_mireds: 6500
rgb_state_topic: "yeelight/light/salon2/rgb"
rgb_command_topic: "yeelight/light/salon2/rgb/set"
qos: 0
payload_on: "on"
payload_off: "off"
optimistic: false
- platform: mqtt
name: "salon 1"
state_topic: "yeelight/light/salon1/status"
command_topic: "yeelight/light/salon1/status/set"
brightness_state_topic: "yeelight/light/salon1/bright"
brightness_command_topic: "yeelight/light/salon1/bright/set"
brightness_scale: 100
color_temp_state_topic: "yeelight/light/salon1/ct"
color_temp_command_topic: "yeelight/light/salon1/ct/set"
min_mireds: 1700
max_mireds: 6500
rgb_state_topic: "yeelight/light/salon1/rgb"
rgb_command_topic: "yeelight/light/salon1/rgb/set"
qos: 0
payload_on: "on"
payload_off: "off"
optimistic: false
- platform: mqtt
name: "chambre1"
state_topic: "yeelight/light/chambre1/status"
command_topic: "yeelight/light/chambre1/status/set"
brightness_state_topic: "yeelight/light/chambre1/bright"
brightness_command_topic: "yeelight/light/chambre1/bright/set"
brightness_scale: 100
color_temp_state_topic: "yeelight/light/chambre1/ct"
color_temp_command_topic: "yeelight/light/chambre1/ct/set"
min_mireds: 1700
max_mireds: 6500
rgb_state_topic: "yeelight/light/chambre1/rgb"
rgb_command_topic: "yeelight/light/chambre1/rgb/set"
qos: 0
payload_on: "on"
payload_off: "off"
optimistic: false