update on lights

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

View File

@@ -1,4 +1,4 @@
- platform: mqtt
- platform: mqtt
name: "Luz Hall Quarto Principal"
state_topic: "stat/tasmota_BC6546/POWER"
command_topic: "cmnd/tasmota_BC6546/POWER"
@@ -7,7 +7,7 @@
payload_off: "OFF"
retain: true
- platform: mqtt
- platform: mqtt
name: "Luz WC Vermelha"
state_topic: "stat/Luzwcred/POWER"
command_topic: "cmnd/Luzwcred/POWER"
@@ -16,7 +16,7 @@
payload_off: "OFF"
retain: true
- platform: mqtt
- platform: mqtt
name: "Luz Aquario"
command_topic: "cmnd/SonoffluzAquario/power"
state_topic: "stat/SonoffluzAquario/POWER"
@@ -25,7 +25,7 @@
payload_off: "OFF"
retain: true
- platform: mqtt
- platform: mqtt
name: "Luz Wc Preto"
command_topic: "cmnd/tasmota_FD991E/power"
state_topic: "stat/tasmota_FD991E/POWER"
@@ -34,7 +34,7 @@
payload_off: "OFF"
retain: true
- platform: mqtt
- platform: mqtt
name: "Luz Escritorio"
command_topic: "cmnd/LuzEscritorio/power"
state_topic: "stat/LuzEscritorio/POWER"
@@ -43,7 +43,7 @@
payload_off: "OFF"
retain: true
- platform: mqtt
- platform: mqtt
name: "Luz Jardim Frente Lado"
command_topic: "mqttServer/14031717/light/14031717luzfrentelado/set"
state_topic: "mqttServer/14031717/light/14031717luzfrentelado/state"
@@ -52,7 +52,7 @@
payload_off: "OFF"
retain: true
- platform: mqtt
- platform: mqtt
name: "Luz Jardim Frente"
command_topic: "mqttServer/14031717/light/14031717luzjardimfrente/set"
state_topic: "mqttServer/14031717/light/14031717luzjardimfrente/state"
@@ -61,7 +61,7 @@
payload_off: "OFF"
retain: true
- platform: mqtt
- platform: mqtt
name: "Luz Garagem 1"
command_topic: "mqttServer/14029039/light/14029039luzgaragem1/set"
state_topic: "mqttServer/14029039/light/14029039luzgaragem1/set"
@@ -70,7 +70,7 @@
payload_off: "OFF"
retain: true
- platform: mqtt
- platform: mqtt
name: "Luz Garagem 2"
command_topic: "mqttServer/14029039/light/14029039luzgaragem2/set"
state_topic: "mqttServer/14029039/light/14029039luzgaragem2/state"
@@ -79,7 +79,7 @@
payload_off: "OFF"
retain: true
- platform: mqtt
- platform: mqtt
name: "Luz Hall Tras Fora"
command_topic: "mqttServer/14049798/light/14049798luzhallforatras1/set"
state_topic: "mqttServer/14049798/light/14049798luzhallforatras1/state"
@@ -88,7 +88,7 @@
payload_off: "OFF"
retain: true
- platform: mqtt
- platform: mqtt
name: "Luz Muro Tras"
command_topic: "mqttServer/14049798/light/14049798luzmurostras/set"
state_topic: "mqttServer/14049798/light/14049798luzmurostras/state"
@@ -97,48 +97,48 @@
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
- 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
- platform: mqtt
- platform: mqtt
unique_id: luz_varanda_sala
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
- platform: mqtt
- platform: mqtt
unique_id: luz_wc_castanha
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
- platform: mqtt
- platform: mqtt
unique_id: luz_hall_tras
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