Fix iotawatt warnings about "Detected new cycle for sensor.{sensorname}_wh_last" (#115909)
* Bump ha-iotawattpy to 0.1.2 * Remove energy energy-over-period sensors: they cause issue for HA --------- Co-authored-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
parent
102b34123c
commit
07d68eacfa
4 changed files with 4 additions and 3 deletions
|
@ -63,6 +63,7 @@ class IotawattUpdater(DataUpdateCoordinator):
|
||||||
self.entry.data.get(CONF_USERNAME),
|
self.entry.data.get(CONF_USERNAME),
|
||||||
self.entry.data.get(CONF_PASSWORD),
|
self.entry.data.get(CONF_PASSWORD),
|
||||||
integratedInterval="d",
|
integratedInterval="d",
|
||||||
|
includeNonTotalSensors=False,
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
is_authenticated = await api.connect()
|
is_authenticated = await api.connect()
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/iotawatt",
|
"documentation": "https://www.home-assistant.io/integrations/iotawatt",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["iotawattpy"],
|
"loggers": ["iotawattpy"],
|
||||||
"requirements": ["ha-iotawattpy==0.1.1"]
|
"requirements": ["ha-iotawattpy==0.1.2"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1026,7 +1026,7 @@ ha-av==10.1.1
|
||||||
ha-ffmpeg==3.2.0
|
ha-ffmpeg==3.2.0
|
||||||
|
|
||||||
# homeassistant.components.iotawatt
|
# homeassistant.components.iotawatt
|
||||||
ha-iotawattpy==0.1.1
|
ha-iotawattpy==0.1.2
|
||||||
|
|
||||||
# homeassistant.components.philips_js
|
# homeassistant.components.philips_js
|
||||||
ha-philipsjs==3.1.1
|
ha-philipsjs==3.1.1
|
||||||
|
|
|
@ -840,7 +840,7 @@ ha-av==10.1.1
|
||||||
ha-ffmpeg==3.2.0
|
ha-ffmpeg==3.2.0
|
||||||
|
|
||||||
# homeassistant.components.iotawatt
|
# homeassistant.components.iotawatt
|
||||||
ha-iotawattpy==0.1.1
|
ha-iotawattpy==0.1.2
|
||||||
|
|
||||||
# homeassistant.components.philips_js
|
# homeassistant.components.philips_js
|
||||||
ha-philipsjs==3.1.1
|
ha-philipsjs==3.1.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue