Marius W
Marius W
Actually; it seems that it fails for a url like this as well: /Provider/google-oauth2|5345345436345. If I encode the url to /Provider/google-oauth2%7C5345345436345 it still fails with the same 400 FABRIC_E_INVALID_ADDRESS message...
More information; hardcoding 'no' as language in the .js file the card works (humanize-duration-ts supports Norwegian) and displays norwegian for sunset and the length of day. I would therefore suspect...
Still an issue, the person that upgraded the dependencies seemingly never even bothered to look at this issue/error report. Frustrating at times to be a Home Assistant user.
In my (not so) humble opinon either the script should work on Raspberry (as it even says it is tested on PI3/4 on this [page](https://github.com/Odianosen25/Monitor-App/blob/master/installer/README.md)) or it should not be...
Just a tip; this could be quite easily setup with custom mqtt sensors. I have these two: ``` - platform: mqtt name: Monitor System state state_topic: monitor/state value_template: "{{ value_json.state...
This seems to be related to this: https://developers.home-assistant.io/blog/2023/12/11/entity-description-changes/ I am no Python developer and the Home Assistant code seems very confusing to me. But by changing line 96 and the...
To avoid duplicates, use the line `self._attr_unique_id = f"{key_prefix}_{description.key}" ` as I mentioned. This was previously set from the property that was on line 97 (?) that cause the original...
Probably because the creator has abandoned this project unfortunately.