Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix in_progress attribute for Home Assistant update sensor #19542

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

Laxilef
Copy link
Contributor

@Laxilef Laxilef commented Nov 3, 2023

I made a mistake in my last PR #19207
The value "false" (in quotes) is recognized as true in Home Assistant. Fixed in this PR.

@Koenkk Koenkk merged commit 1f2bd84 into Koenkk:dev Nov 3, 2023
11 checks passed
@Koenkk
Copy link
Owner

Koenkk commented Nov 3, 2023

Thanks!

@derekoharrow
Copy link

I'm running the latest dev release 1.33.2-dev commit: [1fd1686]

I'm seeing lots of messages in the HA log file that appear to be caused by this:

2023-11-06 11:47:12.827 WARNING (MainThread) [homeassistant.components.mqtt.mixins] Erroneous JSON: {"in_progress": False}
2023-11-06 11:47:23.528 WARNING (MainThread) [homeassistant.components.mqtt.mixins] Erroneous JSON: {"in_progress": False}
2023-11-06 11:47:38.697 WARNING (MainThread) [homeassistant.components.mqtt.mixins] Erroneous JSON: {"in_progress": False}
2023-11-06 11:47:39.083 WARNING (MainThread) [homeassistant.components.mqtt.mixins] Erroneous JSON: {"in_progress": False}
2023-11-06 11:47:41.737 WARNING (MainThread) [homeassistant.components.mqtt.mixins] Erroneous JSON: {"in_progress": False}
2023-11-06 11:47:42.168 WARNING (MainThread) [homeassistant.components.mqtt.mixins] Erroneous JSON: {"in_progress": False}
2023-11-06 11:47:51.285 WARNING (MainThread) [homeassistant.components.mqtt.mixins] Erroneous JSON: {"in_progress": False}
2023-11-06 11:47:54.290 WARNING (MainThread) [homeassistant.components.mqtt.mixins] Erroneous JSON: {"in_progress": False}
2023-11-06 11:47:55.537 WARNING (MainThread) [homeassistant.components.mqtt.mixins] Erroneous JSON: {"in_progress": False}
2023-11-06 11:47:57.537 WARNING (MainThread) [homeassistant.components.mqtt.mixins] Erroneous JSON: {"in_progress": False}
2023-11-06 11:48:04.517 WARNING (MainThread) [homeassistant.components.mqtt.mixins] Erroneous JSON: {"in_progress": False}
2023-11-06 11:48:05.944 WARNING (MainThread) [homeassistant.components.mqtt.mixins] Erroneous JSON: {"in_progress": False}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants