update on lights

This commit is contained in:
2021-07-03 10:19:27 +01:00
parent e178191a11
commit 28b8188d11

View File

@@ -97,19 +97,19 @@
payload_off: "OFF"
retain: true
- platform: philips_ambilight
name: TV Ambilight
host: !secret philipstv_ip
username: !secret philipstv_user
password: !secret philipstv_pass
# - platform: philips_ambilight
# name: TV Ambilight
# host: !secret philipstv_ip
# username: !secret philipstv_user
# password: !secret philipstv_pass
- platform: mqtt
unique_id: luz_varanda_quarto_principal
name: "Luz Varanda Quarto Principal"
state_topic: "shellies/luzVarandaQP/relay/0"
command_topic: "shellies/luzVarandaQP/relay/0/command"
payload_on: 'on'
payload_off: 'off'
payload_on: "on"
payload_off: "off"
retain: false
qos: 1
@@ -118,8 +118,8 @@
name: "Luz Varanda Sala"
state_topic: "shellies/luzVarandaSala/relay/0"
command_topic: "shellies/luzVarandaSala/relay/0/command"
payload_on: 'on'
payload_off: 'off'
payload_on: "on"
payload_off: "off"
retain: false
qos: 1
@@ -128,8 +128,8 @@
name: "Luz WC Castanha"
state_topic: "shellies/luzWCcast/relay/0"
command_topic: "shellies/luzWCcast/relay/0/command"
payload_on: 'on'
payload_off: 'off'
payload_on: "on"
payload_off: "off"
retain: false
qos: 1
@@ -138,7 +138,7 @@
name: "Luz Hall Tras"
state_topic: "shellies/luzHallTras/relay/0"
command_topic: "shellies/luzHallTras/relay/0/command"
payload_on: 'on'
payload_off: 'off'
payload_on: "on"
payload_off: "off"
retain: false
qos: 1