Oleksandr Berchenko

Results 6 issues of Oleksandr Berchenko

According to documentation, the following statement should work inside "variable.set_variable" block: ```{{ variable.state }}``` In fact, it doesn't. I have the following script: ``` test_variable: sequence: - service: variable.set_variable data_template:...

This code: CREATE MATERIALIZED VIEW videos_by_location SELECT userid, added_date, videoid, location crashes with the following error: killrvideo-sample-schema/killrvideo-schema.cql:58:SyntaxException: I believe it should be "AS SELECT..." Thanks!

According to https://github.com/noctarius/lightify-binary-protocol, it may be possible to read "Battery value", "Enabled value" and "Triggered value" for motion sensors. Unfortunately, I don't have one and can't help here.

## The problem Imagine the following scripts: ```yaml script_a: sequence: - delay: seconds: 0 script_b: sequence: - delay: seconds: 120 script_c: sequence: - delay: seconds: 0 script_d: sequence: - service:...

integration: script

## The problem After HA restart, a light switch made from a switch template remains unavailable until the switch changed its state. This bug is introduced in 0.117, earlier it...

integration: light
templates

### The problem After simultaneously upgrading Home Assistant to 2025.3 (from 2025.1) and Python to 3.13 (from 3.12), log rotation stopped working. My `/etc/systemd/system/[email protected]` looks like this: `ExecStart=/srv/homeassistant/bin/hass -c "/home/homeassistant/.homeassistant"...