zachowj / hass-node-red

Companion Component for node-red-contrib-home-assistant-websocket to help integrate Node-RED with Home Assistant Core
MIT License
460 stars 182 forks source link

removed device_state_attributes #82

Closed gpongelli closed 2 years ago

gpongelli commented 2 years ago

since HA2021.12.dev0 , remove device_state_attributes to avoid warnings like following:

Entity .. (<class 'custom_components.nodered.binary_sensor.NodeRedBinarySensor'>) implements device_state_attributes. Please report it to the custom component author.
Entity ... (<class 'custom_components.nodered.switch.NodeRedSwitch'>) implements device_state_attributes. Please report it to the custom component author.
Entity ... (<class 'custom_components.nodered.sensor.NodeRedSensor'>) implements device_state_attributes. Please report it to the custom component author.
gpongelli commented 2 years ago

moved to draft, seems HA only displays warnings and removing method the component does not work anymore.

zachowj commented 2 years ago

Thanks.