Skip to content

Instantly share code, notes, and snippets.

@hassy-bloggy
Created March 1, 2019 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hassy-bloggy/bbc510167417755ecdd547366c95dc17 to your computer and use it in GitHub Desktop.
Save hassy-bloggy/bbc510167417755ecdd547366c95dc17 to your computer and use it in GitHub Desktop.
configuration.order.yaml
switch Plug001:
platform: mqtt
name: "Laris PLUG-00A"
state_topic: "WORKSHOP/PLUG-004/$/command"
command_topic: "WORKSHOP/PLUG-004/$/command"
payload_on: "ON"
payload_off: "OFF"
order: 1
switch Plug002:
platform: mqtt
name: "Laris PLUG-00B"
state_topic: "WORKSHOP/PLUG-004/$/command"
command_topic: "WORKSHOP/PLUG-004/$/command"
payload_on: "ON"
payload_off: "OFF"
order: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment