TP-Link HS110, hide On / Off switch on Front Page

Hi

Have just fitted a HS110 power energy socket, to monitor my freezer consumption (seems to be on to long)

Have this in my config, can I hide the switch on the front panel (dont want to accidentally turn the freezer off)

switch:
  - platform: tplink
    host: 192.168.1.22
    name: "Frezzer"

Regards, Dave

You can completely customize you homepage by defining whatever you want in the Groups section

You can remove it completely using the customize: section of configuration.yml

e.g.:

customize:
    switch.tp_link:
        hidden: true

Then reload core, or restart hass and the card in the UI should be removed. You can still switch it on/off using the switch service.

More information:

1 Like

Thanks,

Because the switch had a name I had to use. (mentioned this for future other users)

switch.frezzer:
   hidden: true

Many thanks kirichkov for a perfect reply.

Regards, Dave