HomeAssistant icon indicating copy to clipboard operation
HomeAssistant copied to clipboard

This is my public home assistant stuff

Results 15 HomeAssistant issues
Sort by recently updated
recently updated
newest added

use input variable, `climate` over named entity string

I had to modify the script to add Simple Auth support as i had user and password configured on mi awtrix device, I think more people will encounterr the same...

AWTRIX 3 Release 0.95 brought support for overlay effects. This PR implements the following overlay effects: "clear" "snow" "rain" "drizzle" "storm" "thunder" "frost" Also changed default refresh to 1 minute...

This pull request fixes the json output when number of forecast hours is set to 0.

I'm getting the error: ``` Logger: homeassistant.components.automation.awtrix_weather Source: components/automation/__init__.py:604 Integration: Automation (documentation, issues) First occurred: December 6, 2023 at 12:57:07 PM (11987 occurrences) Last logged: 5:29:30 AM Error rendering variables:...

Does it work with weather sensor that has both hourly and daily in the same sensor? It doesn't seem clear if this works or not

If `temp_suffix` is set to `None` an error shows up: ``` ERROR (MainThread) [homeassistant.components.automation.weather_display] Error rendering variables: TypeError: 'float' object is not iterable ``` This is caused by `get_text_len` being...

If a phone is being charged wirelessly, the icon name is different, expects: battery-charging-wireless-20.gif ``` { "icon": "battery-charging-wireless-40", "text": "phone", "pushIcon": 1, "progress": "58" } ```

Hi Jeef, 1) I imported your Awtrix Battery Monitor blueprint and looked into the yaml file. I found that "- filter" is missing under the "device:" entry. 2) Would it...