I have 2x Tapo P100 plugs under this integration. Both appear in HA, but it seems when I restart HA the entities switch (i.e. switch 1 acts as switch 2 and vice-versa), throwing automations etc out (e.g. a bug spray coming on instead of fairy lights).
Wondering if this is a bug or something in my setup...
``#P100 or P105 Plug
switch:
-
platform: tapo_p100_control
ip_address: xxx.xxx.xx.xx
email: xxxx@gmail.com
password: xxxxxxxxxxxxxxxx
-
platform: tapo_p100_control
ip_address: xxx.xxx.xx.yy
email: xxxx@gmail.com
password: xxxxxxxxxxxxxxxx
'`
I have 2x Tapo P100 plugs under this integration. Both appear in HA, but it seems when I restart HA the entities switch (i.e. switch 1 acts as switch 2 and vice-versa), throwing automations etc out (e.g. a bug spray coming on instead of fairy lights).
Wondering if this is a bug or something in my setup...
``#P100 or P105 Plug
switch:
platform: tapo_p100_control
ip_address: xxx.xxx.xx.xx
email: xxxx@gmail.com
password: xxxxxxxxxxxxxxxx
platform: tapo_p100_control
ip_address: xxx.xxx.xx.yy
email: xxxx@gmail.com
password: xxxxxxxxxxxxxxxx
'`