initial commit
This commit is contained in:
104
light.yaml
Executable file
104
light.yaml
Executable file
@@ -0,0 +1,104 @@
|
||||
- platform: mqtt
|
||||
name: "Luz Hall Quarto Principal"
|
||||
state_topic: "stat/tasmota_BC6546/POWER"
|
||||
command_topic: "cmnd/tasmota_BC6546/POWER"
|
||||
qos: 1
|
||||
payload_on: "ON"
|
||||
payload_off: "OFF"
|
||||
retain: true
|
||||
|
||||
- platform: mqtt
|
||||
name: "Luz WC Vermelha"
|
||||
state_topic: "stat/Luzwcred/POWER"
|
||||
command_topic: "cmnd/Luzwcred/POWER"
|
||||
qos: 1
|
||||
payload_on: "ON"
|
||||
payload_off: "OFF"
|
||||
retain: true
|
||||
|
||||
- platform: mqtt
|
||||
name: "Luz Aquario"
|
||||
command_topic: "cmnd/SonoffluzAquario/power"
|
||||
state_topic: "stat/SonoffluzAquario/POWER"
|
||||
qos: 1
|
||||
payload_on: "ON"
|
||||
payload_off: "OFF"
|
||||
retain: true
|
||||
|
||||
- platform: mqtt
|
||||
name: "Luz Wc Preto"
|
||||
command_topic: "cmnd/tasmota_FD991E/power"
|
||||
state_topic: "stat/tasmota_FD991E/POWER"
|
||||
qos: 1
|
||||
payload_on: "ON"
|
||||
payload_off: "OFF"
|
||||
retain: true
|
||||
|
||||
- platform: mqtt
|
||||
name: "Luz Escritorio"
|
||||
command_topic: "cmnd/LuzEscritorio/power"
|
||||
state_topic: "stat/LuzEscritorio/POWER"
|
||||
qos: 1
|
||||
payload_on: "ON"
|
||||
payload_off: "OFF"
|
||||
retain: true
|
||||
|
||||
- platform: mqtt
|
||||
name: "Luz Jardim Frente Lado"
|
||||
command_topic: "mqttServer/14031717/light/14031717luzfrentelado/set"
|
||||
state_topic: "mqttServer/14031717/light/14031717luzfrentelado/state"
|
||||
qos: 1
|
||||
payload_on: "ON"
|
||||
payload_off: "OFF"
|
||||
retain: true
|
||||
|
||||
- platform: mqtt
|
||||
name: "Luz Jardim Frente"
|
||||
command_topic: "mqttServer/14031717/light/14031717luzjardimfrente/set"
|
||||
state_topic: "mqttServer/14031717/light/14031717luzjardimfrente/state"
|
||||
qos: 1
|
||||
payload_on: "ON"
|
||||
payload_off: "OFF"
|
||||
retain: true
|
||||
|
||||
- platform: mqtt
|
||||
name: "Luz Garagem 1"
|
||||
command_topic: "mqttServer/14029039/light/14029039luzgaragem1/set"
|
||||
state_topic: "mqttServer/14029039/light/14029039luzgaragem1/set"
|
||||
qos: 1
|
||||
payload_on: "ON"
|
||||
payload_off: "OFF"
|
||||
retain: true
|
||||
|
||||
- platform: mqtt
|
||||
name: "Luz Garagem 2"
|
||||
command_topic: "mqttServer/14029039/light/14029039luzgaragem2/set"
|
||||
state_topic: "mqttServer/14029039/light/14029039luzgaragem2/state"
|
||||
qos: 1
|
||||
payload_on: "ON"
|
||||
payload_off: "OFF"
|
||||
retain: true
|
||||
|
||||
- platform: mqtt
|
||||
name: "Luz Hall Tras"
|
||||
command_topic: "mqttServer/14049798/light/14049798luzhalltras/set"
|
||||
state_topic: "mqttServer/14049798/light/14049798luzhalltras/state"
|
||||
qos: 1
|
||||
payload_on: "ON"
|
||||
payload_off: "OFF"
|
||||
retain: true
|
||||
|
||||
- platform: mqtt
|
||||
name: "Luz Muro Tras"
|
||||
command_topic: "mqttServer/14049798/light/14049798luzmurostras/set"
|
||||
state_topic: "mqttServer/14049798/light/14049798luzmurostras/state"
|
||||
qos: 1
|
||||
payload_on: "ON"
|
||||
payload_off: "OFF"
|
||||
retain: true
|
||||
|
||||
- platform: philips_ambilight
|
||||
name: TV Ambilight
|
||||
host: !secret philipstv_ip
|
||||
username: !secret philipstv_user
|
||||
password: !secret philipstv_pass
|
||||
Reference in New Issue
Block a user