Remote RPI GPIO switchdevice

I am receiving this message in my logs for RemoteRPIGPIO switch.
“switchDevice is deprecated, modify RemoteRPiGPIOSwitch to extend SwitchEntity”
I am also having issues with rempte_rpi_GPIO switches. Binary sensors seen fine.
How can I fix this?
Regards
Mark

Seems related to


You should file an issue on github.

I’m having the same issue and I cant seem to be able to modify from SwitchDevice to SwitchEntity. My config is simple:

- platform: remote_rpi_gpio
  host: My Remote PI ip address
  ports:
    2: Pool
    3: Heater

Still works but I dont know at what version it will be Deprecated. Did you solve it or file an issue?

1 Like