Question: Can āscript user inputā be used like ātap_action confirmationā but allow for more choices? E.g. currently I have a button to open the front gate, and a confirmation which triggers a popup. I can either press OK or Cancel. Instead, Iād like to have 3 choices in this popup: Open, Open&Close, Cancel.
that really shouldnt happen on its own but the names are slugified I believe and I do see a dependency update for that in ths release. Not sure if that caused this change but I woudl say thats unexpected. The service call should only update when the device name is updated.
Logger: homeassistant.helpers.frame
Source: helpers/frame.py:156
First occurred: 18:06:50 (1 occurrences)
Last logged: 18:06:50
Detected that custom integration 'browser_mod' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/browser_mod/mod_view.py, line 24: hass.components.frontend.async_register_built_in_panel(, please report it to the author of the 'browser_mod' custom integration
Many rely heavily on browser_mod in their UI, especially with popups
Browser_modās development has not been active lately, so the question at this point is, what are the options/alternatives for handling popups with userās own contents?
Failed to call service tado/set_climate_timer. TadoClimate.set_timer() missing 1 required positional argument: ārequested_overlayā
You canāt specify both a timer and an overlay. But all of a sudden if you set a timer it seems to be demanding an overlay anyway. In the local parlance - whatās occurring?
The core update 2024.3 appears to have broken the Axis IP Camera integration as the integration now fails during startup.
Logger: homeassistant.config_entries
Source: config_entries.py:504
First occurred: 16:29:31 (1 occurrences)
Last logged: 16:29:31
Error setting up entry Garage for axis
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 504, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/axis/__init__.py", line 21, in async_setup_entry
api = await get_axis_device(hass, config_entry.data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/axis/device.py", line 261, in get_axis_device
await device.vapix.initialize()
File "/usr/local/lib/python3.12/site-packages/axis/vapix/vapix.py", line 144, in initialize
await self.initialize_api_discovery()
File "/usr/local/lib/python3.12/site-packages/axis/vapix/vapix.py", line 162, in initialize_api_discovery
await asyncio.gather(*[api.update() for api in apis if api.supported])
File "/usr/local/lib/python3.12/site-packages/axis/vapix/interfaces/api_handler.py", line 126, in update
obj_ids = await self._update()
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/axis/vapix/interfaces/api_handler.py", line 115, in _update
objects = await self._api_request()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/axis/vapix/interfaces/port_management.py", line 31, in _api_request
return await self.get_ports()
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/axis/vapix/interfaces/port_management.py", line 36, in get_ports
return GetPortsResponse.decode(bytes_data).data
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/axis/vapix/models/port_management.py", line 221, in decode
data=Port.decode_to_dict(data["data"]["items"]),
~~~~~~~~~~~~^^^^^^^^^
KeyError: 'items'
UniFi OS - Dream Machines 3.2.12 (Official)
UniFi Network Application 8.1.111 (EA)
UniFi Protect Application 3.0.10 (EA) So, yes.
I know there is a warning with running Protect EA but it was only a warning and we could acknowledge. Was working great on previous HA 2024.2.x release just fine. Only when upgrading to HA 2024.3 is when things went south.
2024.3 is showing me a repair for System Monitor " Process sensors processor_use, memory_use, memory_free, memory_use_percent, disk_use_percent, disk_free, disk_use have been created as binary sensors and the sensors will be removed in 2024.9.0.
Please update all automations, scripts, dashboards or other things depending on these sensors to use the newly created binary sensors instead and press Submit to fix this issue."
Are there some sort of unstated/undocumented limits on the types or quantities of script fields that will show up in the more-info popup? Some of my scripts correctly show the script fields while others donāt show them.
My vacuum one for example, I see the fields when I open a script in the developer tools but not when I open a more-info popup on the dashboard. All I see is the Cancel & Run buttonsā¦
Does HA support temperature correction for ZHA integrated climate devices like the Aqara hum/temp/pressure devices? I use those devices all around the house but they require a correction of -0,3 celcius. I understand zigbee2mqtt supports such a correction but ZHA?
Unable to parse date/time value: [ValueError(āExpected value to match DATE pattern: āāā), ValueError('Expected value to match DATE-TIME pattern: ')]
I donāt see how your question is related to this release thread so you should probably ask elsewhere, but as far as I know the answer is No. You could use a template sensor to adjust your values.
Iāve already set the sensors up through the UI, it is those sensors Iām getting the repair warning about and a binary sensor is useless for RAM free for example. Iāll try clearing it all out and running through the System Monitor setup again . . .I think Iāve found the issue, seems the percent usage sensors must have been leftover from the YAML setup even though they had been removed.
No idea why it created binary sensors?! Removing System monitor and setting it up again cleared everythign down and created the sensors as Iād expect them.
@madelena The new section layout looks great! I think you said in the stream to post feedback/feature requests under the release post. Iād like to suggest to make the number of columns editable. I have a widescreen display and half of my viewport is empty because I cant tell the layout to use more than 4 columns.
Actually, I think Iāve figured out where the bug is. It looks like the script fields donāt appear in the more-info popup when selector options are set up with label mapping, like below:
select:
options:
- label: Red
value: r
- label: Green
value: g
- label: Blue
value: b
As soon as I remove the mapping, they start working again.
Iāll work on submitting a bug report
Edit: scratch thatā¦ its not that simple to reproduce. I need to keep digging but it appears to be related to the selector mapping