Added shelly lights MQTT
This commit is contained in:
40
light.yaml
40
light.yaml
@@ -102,3 +102,43 @@
|
|||||||
host: !secret philipstv_ip
|
host: !secret philipstv_ip
|
||||||
username: !secret philipstv_user
|
username: !secret philipstv_user
|
||||||
password: !secret philipstv_pass
|
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'
|
||||||
|
retain: false
|
||||||
|
qos: 1
|
||||||
|
|
||||||
|
- 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'
|
||||||
|
retain: false
|
||||||
|
qos: 1
|
||||||
|
|
||||||
|
- 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'
|
||||||
|
retain: false
|
||||||
|
qos: 1
|
||||||
|
|
||||||
|
- 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'
|
||||||
|
retain: false
|
||||||
|
qos: 1
|
||||||
Reference in New Issue
Block a user