foxsam21
foxsam21
I just flashed the latest version `70` and I am having a similar issue. The lcd stops updating after a while. I took out the battery and replaced it and...
Yeah. I just used TasUI for the first time and all my buttons stopped working. Lucky that i thought of checking SetOption73 so I figured it out quickly and set...
I just found this PR and wanted to test it out unfortunately something does not work I'm using dev branch and this config: ```yaml external_components: - source: github://pr#3638 components: -...
does that also fix this (hass.helpers.storage) warning? ``` Detected that custom integration 'browser_mod' accesses hass.helpers.storage. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated...
The same (looks like) thing is happening to me connecting to a "Linux Mint 18 Sarah" machine. I am getting the following output: ``` 2019-09-27 09:11:33 INFO starting SSH master...
I didn't remove rvm but I commented out the bash version check of rvm script (~/.rvm/scripts/functions/environment) like this: ``` # if # [[ -n "${BASH_VERSION:-}" ]] && ! __function_on_stack cd...
That is one way of doing it. I didn't think of that because I had a different approach, more complicated, but really simpler. I had in mind say fast blink...
> > ``` > > Detected that custom integration 'browser_mod' accesses hass.helpers.storage. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions...
This looks like issue #31
This was mentioned with a suggested fix (and a pull request) in https://github.com/gvalkov/python-evdev/pull/75#issue-164981152 maybe it can be merged one day.