update on lights
This commit is contained in:
26
light.yaml
26
light.yaml
@@ -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
|
||||
Reference in New Issue
Block a user