snicker / zwift_hass

Zwift Sensor Integration for HomeAssistant
52 stars 13 forks source link

BinarySensorDevice is deprecated #12

Closed badguy99 closed 4 years ago

badguy99 commented 4 years ago

Fix the following seen in HA logs when running version 0.110.0:

2020-05-20 13:27:56 WARNING (MainThread) [homeassistant.components.binary_sensor] BinarySensorDevice is deprecated, modify ZwiftBinarySensorDevice to extend BinarySensorEntity

I wasn't sure if you'd want to change the name of ZwiftBinarySensorDevice to ZwiftBinarySensorEntity to match, so I've left it for now.

snicker commented 4 years ago

Oh perfect! I see you already addressed the backward compatibility aspect. I'll merge in now!