home-assistant-variables
home-assistant-variables copied to clipboard
A custom Home Assistant component for declaring and setting generic variable entities dynamically.
It would be nice if var attributes could be optionally stored as objects instead of strings. For example, I use a var SQL query to return multiple records as a...
I have a variable for which I set some attributes dynamically from a custom frontend panel, but the attribute gets lost after each restart or variable reload. Here is my...
Every time a tracked entity is changed, I get the following errors in the log and the var fails to update. It appears this was supposed to be fixed by...
Updated to the latest version of Home Assistant, the var integration didn't initialize. `Logger: homeassistant.setup Source: setup.py:255 First occurred: 23:31:18 (1 occurrences) Last logged: 23:31:18 Setup failed for custom integration...
Hi, I'm running latest version of HA, and downloaded and installed this custom integration via HACS, however it does not appear in the main integrations list to add. Subsequent custom...
I have a asterisk server and i want to get the last 5 callers in a display in home assistant. but i cant get the variable set with the call...
Hi, here is my config: ``` var: gaz1: friendly_name: "Rachunek za gaz" entity_picture: '/local/rachunki/pgnig.png' initial_value: '2022-07-11' attributes: do_zaplaty: '449,70 zł' czy_oplacony: 'nie' ``` And this is what I see in...
I just encountered that this great integration didn't support HA long-term statistics when I tried to use a var variable in a statistic diagram and the variable was not showen...
Home Assistant introduced native variables in release 0.115. https://www.home-assistant.io/blog/2020/09/17/release-115/#variables Determine if it makes sense to continue maintaining this custom variable integration. Users should be encouraged in documentation to switch to...
Hello, I've set a variable with _**force_update**_ option to true, becase I want to get water comsumption liters in that variable, so I need to record every history point, even...