I’m using Home Assistant Core 2021.10.1. Since I upgraded from 2021.8.8 a lot of automations using the Velbus integration did break. All automations using the brightness setting of a dimmer now show up in the UI as “Unknown action”.
- type: turn_on
device_id: a0dc70f1a62edfeede820d7579d24e7e
entity_id: light.dim_ch3_tv
domain: light
brightness_pct: 1
When I select the action drop down, the options are : Turn on, Turn off, Toggle, Increase and Decrease. But not an option for setting a brightness level anymore.
How can I set the brightness level of a light through the action of an automation in the UI ?
In addition, the Climate card is not working anymore which was linked to the temperature sensor of the Velbus VMBGPOD device.
Output of the log:
2021-10-08 18:13:33 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities climate.vloerverwarming
Thanks