hristo-atanasov / Tasmota-IRHVAC

Home Assistant platform for controlling IR Air Conditioners via Tasmota IRHVAC command and compatible hardware
187 stars 64 forks source link

Entity implements device_state_attributes #51

Closed kzagatti closed 2 years ago

kzagatti commented 2 years ago

Hi, I was checking the logs from my HA and noticed the following warning:

2021-12-13 21:03:31 WARNING (MainThread) [homeassistant.helpers.entity] Entity climate.ar_quarto (<class 'custom_components.tasmota_irhvac.climate.TasmotaIrhvac'>) implements device_state_attributes. Please report it to the custom component author.

So, this is to notify the custom component author :-)

nao-pon commented 2 years ago

ref. https://developers.home-assistant.io/docs/dev_101_states

As a memorandum.

Edited: And also https://github.com/home-assistant/core/commit/3a054c3be7a61a253831bc5d53ca8014f5762edb

nao-pon commented 2 years ago

@kzagatti Thanks! 👍