ualex73 / monitor_docker

Monitor Docker containers from Home Assistant
Apache License 2.0
267 stars 34 forks source link

Code needs updated for HA V2021.12 #84

Closed finity69x2 closed 2 years ago

finity69x2 commented 2 years ago

Getting warnings in the log:

2021-12-12 22:59:26 WARNING (MainThread) [homeassistant.helpers.entity] Entity switch.docker_home_assistant_api (<class 'custom_components.monitor_docker.switch.DockerContainerSwitch'>) implements device_state_attributes. Please report it to the custom component author.

I think that needs changed to "extra_state_attributes".

I had the same warning about my Custom Integration and I just needed to change that portion of code.

finity69x2 commented 2 years ago

never mind I was on an older version.