Thank you for saying that! Based on the title of this thread (and by extension, the intent of this version update) I was beginning to worry that HA might be changing focus.
Iām perfectly happy with HA doing what it does best, and my existing media players doing what they do best. Itās great to have fun tinkering with add-on functionality which pushes the limits, but I do hope the focus remains on core functionality.
I use it very rarely, we treat it like an intercom when yelling doesnāt work. However I donāt use the built in more info page because itās always been too many clicks. Anything you use a lot should be a main page in your UI with buttons (every other control is terrible on mobile).
Something like this is easy to set up (ignoring the complicated look and the stored history)
After updating to 2022.3 my Intergration with Plugwise Anna broke. anyone know what happend?
> Logger: homeassistant.components.climate
> Source: components/plugwise/climate.py:114
> Integration: Climate ([documentation](https://www.home-assistant.io/integrations/climate), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+climate%22))
> First occurred: 9:26:32 PM (2 occurrences)
> Last logged: 9:26:32 PM
>
> * Error adding entities for domain climate with platform plugwise
> * Error while setting up plugwise platform for climate
>
> Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 382, in async_add_entities await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 614, in _async_add_entity await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 800, in add_to_platform_finish await self.async_added_to_hass()
File "/usr/src/homeassistant/homeassistant/components/plugwise/entity.py", line 77, in async_added_to_hass self._handle_coordinator_update()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 325, in _handle_coordinator_update self.async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 553, in async_write_ha_state self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 592, in _async_write_ha_state attr.update(self.state_attributes or {})
File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 298, in state_attributes if self.hvac_action: File "/usr/src/homeassistant/homeassistant/components/plugwise/climate.py", line 114, in hvac_action heater_central_data = self.coordinator.data.devices[
KeyError: None```
Seems the new improved code for Amcrest in 2022.3.5 destroyed as much as it fixed. My logs is now flooded with errors containing something like Error while processing events from Living room camera camera: CommError(HTTPStatusError("Client error ā400 Bad Requestā for url āhttp://192.168.1.61/cgi-bin/eventManager.cgi?action=attach&codes=[All]ā - I have raised a bug. I just write it here for info for other Amcrest owners.
New major releases come the first Wednesday of every month. New betaās come the last Wednesday of every month. Minor builds in the middle come whenever a fix occurs, i.e. no schedule.
Late to the party, as always. I just have a couple questions why isnāt there a way to give each entity a unique ID. Ex: Generic Cameras .
Then take other individual entities to make a device? For example a motion detector for the camera. It seems like groups but they donāt have the same attributes you can give devices.
Is there any way to get the previous display for the input_x entities back again?
here is an input_datetime in an entities card:
and here is an input_select:
the labels of the entities are almost useless especially on the input_datetime entity. Thereās way too much space taken up by the selections at the expense of the actual entity identification. And nothing lines up so it just looks pretty wonky.
I set up a picture elements card as a decluttering card using multiple state-labels to fix the ugly display of all my dates after installling 2022.3 It took a while to clean this up but it looks so much better now.
Iāve never used the decluttering card so Iāll see if I can figure it out.
do you have link to the transparentLine.png file?
and (sorry to keep bothering you about it) would you mind posting a screenshot of the result so I can see if the result is something that will work for me before digging into the decluttering card?
seems like a lot of work just to clean up a bad UI design choice.
Fantastic update guys! Lots and lots to love here. I may have to actually start using the automation UI, as it has become to* powerful to ignore any longer. Also, I may have to finally figure out how to best implement Media Players in my setup now, especially cameras. That last part Iāve really been dreadingā¦
Thanks for all of the hard work and effort that you put into this release, and all the ones before. Home Assistant rules!