kevinvincent / ha-wyzesense

A Home Assistant Component to interface with the WYZE Sense hub and sensor system
368 stars 98 forks source link

Update deprecated BinarySensorDevice component #142

Closed 1h8fulkat closed 4 years ago

1h8fulkat commented 4 years ago
2020-05-21 14:35:42 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for wyzesense which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-05-21 14:35:42 WARNING (MainThread) [homeassistant.components.binary_sensor] BinarySensorDevice is deprecated, modify WyzeSensor to extend BinarySensorEntity

Home assistant .110 has been throwing the following errors relating to the HA-WYZESENSE integration. Looks like the integration needs to update the component references.

photinus commented 4 years ago

Duplicate of #139