Hi all,
I’m starting to feel really thick as I can’t get my head around even the most basic stuff.
I’ve a few TP-link HS100 switches, and all I want to start with is the ability to turn them on and off with buttons on a screen…
So far I’ve managed to get Hass.io running on my Pi, I’ve installed the configurator plug in, all pretty much as per the
I and tried to get the switches added by putting the following in configuration.yaml switch:
_ - platform: tplink_
_ name: “11”_
_ host: 192.168.1.11_
_ - platform: tplink_
_ name: “13”_
_ host: 192.168.1.13_
_ - platform: tplink_
_ name: “14”_
_ host: 192.168.1.14_
_ - platform: tplink_
_ name: “21”_
_ host: 192.168.1.21_
Now I’m completely stuck. Should there be a button created for these automatically or do I need to make a screen with buttons on myself?