jedmeng / homeassistant-konke

Apache License 2.0
35 stars 18 forks source link

SwitchDevice is deprecated #9

Open JOHLC opened 4 years ago

JOHLC commented 4 years ago

Log Details (WARNING) Logger: homeassistant.components.switch Source: components/switch/init.py:125 Integration: Switch (documentation, issues) First occurred: 11:29:32 AM (4 occurrences) Last logged: 11:29:32 AM

SwitchDevice is deprecated, modify KonkeOutlet to extend SwitchEntity SwitchDevice is deprecated, modify KonkeUsbSwitch to extend SwitchEntity SwitchDevice is deprecated, modify KonkePowerStripOutlet to extend SwitchEntity SwitchDevice is deprecated, modify KonkePowerStripUSB to extend SwitchEntity

cachenow commented 4 years ago

在switch.py里搜索SwitchDevice,全部修改为SwitchEntity,重启HA就可以了