home-assistant-variables
home-assistant-variables copied to clipboard
A custom Home Assistant component for declaring and setting generic variable entities dynamically.
Following: service: var.set data: entity_id: var.hass_up value: "on" works without any problem in version 0.15.3 but in version 0.15.4 produces error: Traceback (most recent call last): File "/srv/hass312/lib/python3.12/site-packages/homeassistant/helpers/script.py", line 501,...
Hello, after update to 0.15.3 service var.set silently do nothing. Variable value and attributes not updated, and I don't see any error in log. This bug was fixed in 0.15.2...
### Briefly I have a scenario where I need: * to have an sensor helper or variable that would live during the uptime of HA, which may contain an array...
My var definition: electricity_price_peak: friendly_name: Electricity Price peak unit_of_measurement: "USD/kWh" icon: mdi:application-variable-outline When triggering an automation on a var change like this: triggers: - trigger: numeric_state entity_id: - var.electricity_price_peak And...