Ciao a tutti,
ho acquistato uno Shelly Plug-S, la presa intelligente.
Qualcuno sa cortesemente le stringhe da usare pwer inserirlo nel file configuration.yaml di home assistant?
Grazie 1000 a tutti.
Ivan
Inserimento in Home Assistant
Questa è la configurazione per la parte switch:
# Shelly Plug
- platform: mqtt
name: "Shelly_Plug_S"
state_topic: "shellies/shelly1-0207B3/relay/0"
command_topic: "shellies/shelly1-0207B3/relay/0/command"
qos: 0
payload_on: "on"
payload_off: "off"
optimistic: false
retain: false
# Shelly Plug
- platform: mqtt
name: "Shelly_Plug_S"
state_topic: "shellies/shelly1-0207B3/relay/0"
command_topic: "shellies/shelly1-0207B3/relay/0/command"
qos: 0
payload_on: "on"
payload_off: "off"
optimistic: false
retain: false