113 lines
3.5 KiB
YAML
Executable File
113 lines
3.5 KiB
YAML
Executable File
- platform: mqtt
|
|
name: "Portao Garagem"
|
|
state_topic: "garageGate/state"
|
|
command_topic: "garageGate/cmd"
|
|
qos: 1
|
|
#payload_open: "push"
|
|
#payload_close: "push"
|
|
#payload_stop: "push"
|
|
state_open: "ope"
|
|
state_closed: "close"
|
|
optimistic: true
|
|
retain: true
|
|
device_class: garage
|
|
- platform: mqtt
|
|
name: "Estores QPrincipal"
|
|
state_topic: "shellies/coverQPrincipal/roller/0"
|
|
command_topic: "shellies/coverQPrincipal/roller/0/command"
|
|
position_topic: "shellies/coverQPrincipal/roller/0/pos"
|
|
set_position_topic: "shellies/coverQPrincipal/roller/0/command/pos"
|
|
payload_available: "true"
|
|
payload_not_available: "false"
|
|
qos: 1
|
|
retain: true
|
|
payload_open: "open"
|
|
payload_close: "close"
|
|
payload_stop: "stop"
|
|
position_open: 100
|
|
position_closed: 0
|
|
optimistic: false
|
|
- platform: mqtt
|
|
name: "Estores Escritorio"
|
|
state_topic: "shellies/coverEscritorio/roller/0"
|
|
command_topic: "shellies/coverEscritorio/roller/0/command"
|
|
position_topic: "shellies/coverEscritorio/roller/0/pos"
|
|
set_position_topic: "shellies/coverEscritorio/roller/0/command/pos"
|
|
payload_available: "true"
|
|
payload_not_available: "false"
|
|
qos: 1
|
|
retain: true
|
|
payload_open: "open"
|
|
payload_close: "close"
|
|
payload_stop: "stop"
|
|
position_open: 100
|
|
position_closed: 0
|
|
optimistic: false
|
|
- platform: mqtt
|
|
name: "Estores Cozinha"
|
|
state_topic: "shellies/coverCozinha/roller/0"
|
|
command_topic: "shellies/coverCozinha/roller/0/command"
|
|
position_topic: "shellies/coverCozinha/roller/0/pos"
|
|
set_position_topic: "shellies/coverCozinha/roller/0/command/pos"
|
|
payload_available: "true"
|
|
payload_not_available: "false"
|
|
qos: 1
|
|
retain: true
|
|
payload_open: "open"
|
|
payload_close: "close"
|
|
payload_stop: "stop"
|
|
position_open: 100
|
|
position_closed: 0
|
|
optimistic: false
|
|
- platform: mqtt
|
|
name: "Estores Quarto Clara"
|
|
state_topic: "shellies/coverQClara/roller/0"
|
|
command_topic: "shellies/coverQClara/roller/0/command"
|
|
position_topic: "shellies/coverQClara/roller/0/pos"
|
|
set_position_topic: "shellies/coverQClara/roller/0/command/pos"
|
|
payload_available: "true"
|
|
payload_not_available: "false"
|
|
qos: 1
|
|
retain: true
|
|
payload_open: "open"
|
|
payload_close: "close"
|
|
payload_stop: "stop"
|
|
position_open: 100
|
|
position_closed: 0
|
|
optimistic: false
|
|
- platform: mqtt
|
|
name: "Estores Sala Dir"
|
|
state_topic: "shellies/CoverSalaDir/roller/0"
|
|
command_topic: "shellies/CoverSalaDir/roller/0/command"
|
|
position_topic: "shellies/CoverSalaDir/roller/0/pos"
|
|
set_position_topic: "shellies/CoverSalaDir/roller/0/command/pos"
|
|
payload_available: "true"
|
|
payload_not_available: "false"
|
|
qos: 1
|
|
retain: true
|
|
payload_open: "open"
|
|
payload_close: "close"
|
|
payload_stop: "stop"
|
|
position_open: 100
|
|
position_closed: 0
|
|
optimistic: false
|
|
- platform: mqtt
|
|
name: "Estores Sala Esq"
|
|
state_topic: "shellies/CoverSalaEsq/roller/0"
|
|
command_topic: "shellies/CoverSalaEsq/roller/0/command"
|
|
position_topic: "shellies/CoverSalaEsq/roller/0/pos"
|
|
set_position_topic: "shellies/CoverSalaEsq/roller/0/command/pos"
|
|
payload_available: "true"
|
|
payload_not_available: "false"
|
|
qos: 1
|
|
retain: true
|
|
payload_open: "open"
|
|
payload_close: "close"
|
|
payload_stop: "stop"
|
|
position_open: 100
|
|
position_closed: 0
|
|
optimistic: false
|
|
- platform: group
|
|
entities:
|
|
- cover.estores_sala_dir
|
|
- cover.estores_sala_esq |