What happend with the history when you include entities etc?
This is not shown anymore in the history. You now need always select entities, areas or devices?
will try to disable automations, eventhough I do not have any fancy ones running to see if this impacts this. On HACS /3rd party integrations I use quite a few, so it is difficult to tell which one may be causing the problem. but as mentionned I have an almost empty system running for tests and I can see that there is a small leak there as well (several days scale though), hence my idea of the core system, but you may be right that this is 3rd party related.
I would like multiple datasets with entityβs for the history and had the idea to use groups to create such urls dynamically.
http://<ip_or_hostname>:8123/history?entity_id={% for entity in expand('group.windows')|map(attribute='entity_id')|unique|list|sort -%}
{{ entity + '%2C' if not loop.last }}{{ entity if loop.last }}
{%- endfor %}
Unfortunately I canβt find a way to create a weblink or button action that supports templating.
Thanks - I think I see the disconnection here. In my case, Iβm not using the HA app as location data source, but rather a series of unconnected, external location sources instead. Unless Iβm much mistaken, this need to run this functionality on the HA server-side rather than through the native HA app means this approach wonβt work for me.
I might just not have found it yet but is there a way to use the βChange any weather unit to your preferenceβ on Climate Entities, so changing C to F or vice versa.
Looks like 2022.7.1 fixed the issue for me with entity-less devices on the History page. I did need to clear my browser cache to completely resolve the problem.
Except that would break all other areasβ¦. No option to use more than 1 area or nest areas
Aamof I have an All House area, but that holds entities not tied to a specific area in the home. Things like Alarm system or motion detection, or alarmclock settings truly all Home things.
An interesting thought though, maybe we can use it in some way indeed
frontier_silicon Plaform integration not working anymore (Mediaplayer). I use it with a webradio (Sangean WFR28C) which is Frontier Silicon Chip based. Receive following log:
Logger: homeassistant.components.media_player
Source: components/frontier_silicon/media_player.py:157
Integration: Media player (documentation, issues)
First occurred: 09:21:32 (1 occurrences)
Last logged: 09:21:32
frontier_silicon: Error on device update!
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 446, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 702, in async_device_update
await task
File "/usr/src/homeassistant/homeassistant/components/frontier_silicon/media_player.py", line 157, in async_update
mode.label: mode.key for mode in await afsapi.get_modes()
File "/usr/local/lib/python3.10/site-packages/afsapi/api.py", line 577, in get_modes
self.__modes = [
File "/usr/local/lib/python3.10/site-packages/afsapi/api.py", line 578, in <listcomp>
PlayerMode(key=k, **v) # type: ignore
TypeError: PlayerMode.__init__() missing 2 required positional arguments: 'streamable' and 'modetype'