mqtt: !include mqtt.yaml#########################################
switch:
#########################################
## Demoswitch von fhem
- name: demoswitch
unique_id: "fhem-demoswitch"
command_topic: "fhem/demoswitch/set"
state_topic: "fhem/demoswitch/state"
payload_on: "on"
payload_off: "off"
state_on: "on"
state_off: "off"
availability_topic: "fhem/connection/status"
payload_available: "connected"
payload_not_available: "disconnected"