Yes, correct. And that cog does not update last modified.
It’s what you do when you reconfigure an integration. Click on the integration to view the integration dashboard. Then click the 3 dots on that page and reconfigure.
Lastly, if you have concerns about the information, it’s best to make feature requests on the frontend. So that it can consider cog wheel changes as modifications.
Aaaaaaaaa.
You are talking about changing an “integration” → which may cause changing an entity → which causes a change of “modified” (did not test myself).
Does this mean that only entities created by UI-controlled integrations may have this “modified” property changed?
And what about other entities? What about UI-controlled helpers?
I have a feeling that this part is still “under construction”.
As I said earlier, I really like to have a “modified” column (which is not related to a state/attribute change). But currently this functionality does not seem to work for some types of entities.
This is what I am talking about: in RN it is briefly said about “when entitiy was last modified” - but cog is NOT considered as a modification.
Yep, although reloading yaml entities might change the modified until you restart.
All in all, this is a very new feature and IMO it’s not in the best place. Over time, I suspect it will get better but we’d need people to write up issues and feature requests.
I don’t know how those function. Typically modifying options is essentially like reconfiguring the integration for helpers. That still doesn’t mean it will work.
Logger: homeassistant.components.media_player
Source: helpers/entity_platform.py:364
integration: Media Player (documentation, issues)
First occurred: 16:46:40 (1 occurrences)
Last logged: 16:46:40
Error while setting up yamaha platform for media_player
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 364, in _async_setup_platform
await asyncio.shield(awaitable)
File "/usr/src/homeassistant/homeassistant/components/yamaha/media_player.py", line 167, in async_setup_platform
zone_ctrls = await hass.async_add_executor_job(_discovery, config_info)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/yamaha/media_player.py", line 136, in _discovery
for recv in rxv.find():
^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/rxv/__init__.py", line 19, in find
return [RXV(**ri._asdict()) for ri in ssdp.discover(timeout=timeout)]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/rxv/ssdp.py", line 68, in discover
m = re.search(r"LOCATION:(.+)", res.decode('utf-8'), re.IGNORECASE)
^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
I am having the same issue, but with scripts that were created prior to 2024.8. If I make a new script it seems to work to revise after the fact, but anything that was there prior to the update shows a blank page in the UI but can be edited from the yaml.
There’s a small typo in the link to the Israel Railways integration, should point to https://www.home-assistant.io/integrations/israel_rail/ - note Israel vs Isreal
Maybe I don’t understand the term “visual editor” but I still get the message “No visual editor available for type ‘picture-elements’.” when I create a new dashboard with a picture-elements card. I wonder what they mean by “visual editor”.