Diogo Gomes

Results 271 comments of Diogo Gomes

> > Can you quickly walk me through the need to check `test_multiple_numeric_observations` ? > > As in the need for the test to exist? Essentially because that is the...

`ruff` is failing, please address the error message

utility_meter simply inherits `device_class` from the source sensor... Not much I can do here...

device class is updated on every new state update: https://github.com/home-assistant/core/blob/a4e9e4b23badb47c80f29f6b529d8b792fff0018/homeassistant/components/utility_meter/sensor.py#L507 @rgerbranda can you download and share the diagnostic of the utility_meter ?

> > device class is updated on every new state update: > > https://github.com/home-assistant/core/blob/a4e9e4b23badb47c80f29f6b529d8b792fff0018/homeassistant/components/utility_meter/sensor.py#L507 > > > > @rgerbranda can you download and share the diagnostic of the utility_meter ?...

OK... this a **meter** it makes sense to always increase... I believe the warning to be wrong for this type of device. My bill (€/$) will always increase -> total_increasing

Utility Meter device_class is inherited from the source_sensor. So you need to check your source_sensors if they are properly setup. BTW: Power Sensors is something that makes no sense using...

Not knowing what is a P1 port, I would say you need https://www.home-assistant.io/integrations/integration/ to get that Power into Energy. (This is not a support forum, I will not follow up,...

Thanks, the linked PR should address the issue

This had already been addressed through an executer task (I have no warnings) Also too many unrelated changes