eelcohn / home-assistant-rdw

RDW sensor module for Home Assistant
7 stars 2 forks source link

Binary sensor value #34

Closed metbril closed 1 year ago

metbril commented 4 years ago

The values True and False do not work properly with device classes. Instead on or off could be used (lowercase), or constants.

https://github.com/eelcohn/home-assistant-rdw/blob/8a44d29b54b6557c27f74da47ad2ab7328f59e1e/binary_sensor.py#L148

metbril commented 4 years ago

The current values are hard coded text, and are NOT translated to localized strings. Safe/Unsafe should be translated to Veilig/Onveilig in Dutch.

eelcohn commented 1 year ago

The RDW service was integrated in Home Assistant 2021.12, which makes my custom RDW integration obsolete. Please remove the custom RDW integration, and use the built-in RDW integration.