core: Axis integration partly broken
The problem
Adding a camera only adds camera entity, not the others binary_sensor, switch
Here is a screenshot of my camera and its entities, before I removed the Axis integration (added to my HA over a year ago):
And here is a screenshot after I added the same camera back in, today:
Both screenshots are taken on the same HA version and as you can see the camera is running the same FW. I simply removed it and added it back in a few minutes later.
Environment
- Home Assistant Core release with the issue: 0.111.3
- Last working Home Assistant Core release (if known): I only use the
binary_sensorand not that often, so I just noticed today it wasn’t working anymore. Therefore I decided to try re-adding the integration. So I don’t really know on what version it last worked. - Operating environment (Home Assistant/Supervised/Docker/venv): Docker
- Integration causing this issue: Axis
- Link to integration documentation on our website: https://www.home-assistant.io/integrations/axis
Problem-relevant configuration.yaml
Traceback/Error logs
Additional information
I have already tried the Troubleshooting discovery in the documentation
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 19 (8 by maintainers)
Commits related to this issue
- Split user properties at first occurrence of `=` When parsing user properties containing `=`, e.g. `digusers="root,hass,xyz=="` dict conversion fails: ValueError: dictionary update sequence element... — committed to Lokaltog/axis by deleted user 4 years ago
- Split user properties at first occurrence of `=` When parsing user properties containing `=`, e.g. `digusers="root,hass,xyz=="` dict conversion fails: ValueError: dictionary update sequence element... — committed to Lokaltog/axis by Lokaltog 4 years ago
- Split user properties at first occurrence of `=` When parsing user properties containing `=`, e.g. `digusers="root,hass,xyz=="` dict conversion fails: ValueError: dictionary update sequence element... — committed to Lokaltog/axis by Lokaltog 4 years ago
- Split user properties at first occurrence of `=` When parsing user properties containing `=`, e.g. `digusers="root,hass,xyz=="` dict conversion fails: ValueError: dictionary update sequence element... — committed to Lokaltog/axis by Lokaltog 4 years ago
- Split user properties at first occurrence of `=` When parsing user properties containing `=`, e.g. `digusers="root,hass,xyz=="` dict conversion fails: ValueError: dictionary update sequence element... — committed to Lokaltog/axis by Lokaltog 4 years ago
- Split user properties at first occurrence of `=` (#37) When parsing user properties containing `=`, e.g. `digusers="root,hass,xyz=="` dict conversion fails: ValueError: dictionary update sequenc... — committed to Kane610/axis by Lokaltog 4 years ago
Hi, I can confirm that it works again. I had the same issues with my inputs and outputs on a a9188. After upgrading to 0.111.4 it works again. Thanks!
Sander