I am able to control Adguard Home within Home Assistant with hickups.
Hickup = https://github.com/home-assistant/core/issues/36197
I can not control Adguard Home anymore within Home Assistant.
The actual error Home Assistant is throwing:
https://github.com/home-assistant/core/issues/38112

I am not sure if this should be reported to us and not to Hassio.
@frenck is there any issue on our side or is there anything we can do to help with this?
This is not an Hassio issue (please note, Hassio does not exist anymore, it is just Home Assistant now). This part is of the integration inside Home Assistant and should not have been reported in here. Sorry to have our issues being end up on your issues tracker @ameshkov.
I haven't played with the beta yet. I guess the version string returned by the API for the beta is none standard. When adding AdGuard to Home Assistant, it will do a version checked, to ensure the version you are running is compatible with what Home Assistant expects in terms of API.
Min version: https://github.com/home-assistant/core/blob/dev/homeassistant/components/adguard/const.py#L10
This to prevent older version of AdGuard being used and ending up not working. The version comparison seems to fail for the beta. Probably it fails to parse the version number used in the beta.
@frenck thank you!
Due to some CI changes "v" prefix in the version is not consistent.
We have it in the edge channel builds, but there's no prefix in beta and releases anymore.
We may deal with it later, but anyway, it'd be safer to strip it when doing versions comparison.
Yeah, that is probably the root cause.
I've got some debug information in the issue @ the Home Assistant core, will be picking it up from there.
Feel free to close this issue, as this is not something you guys should be bothered with.
Most helpful comment
Yeah, that is probably the root cause.
I've got some debug information in the issue @ the Home Assistant core, will be picking it up from there.
Feel free to close this issue, as this is not something you guys should be bothered with.