Rudimar Remontti

Results 5 comments of Rudimar Remontti

Above solutions did not work for me in real environment, the solution I found was: ``` with Formatter(self.device.nos, self.query_data.query_type) as formatter: log.debug("==*HW*== '{}' to '{}'", self.device.nos, self.query_data.query_type) if self.device.nos in...

``` 2023-07-10 10:27:38.811 ERROR (MainThread) [homeassistant.config] Unknown error validating config for integration platform for sensor component with PLATFORM_SCHEMA Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config.py", line 936, in async_process_component_config p_validated...

## Manual mode ### /usr/local/vesta/data/templates/web/nginx ***.tpl** ``` listen [2000:1234:4321::abcd]:80; add_header Strict-Transport-Security "max-age=31536000"; ``` ***.stpl** ``` listen [2000:1234:4321::abcd]:443 ssl http2; add_header Strict-Transport-Security "max-age=31536000"; ``` ### /usr/local/vesta/data/templates/dns ``` ID='1' RECORD='@' TYPE='NS' PRIORITY=''...

here the integration stopped working! ``` root@core-ssh:/config# cat home-assistant.log | grep smartir 2024-02-11 17:16:42.045 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration smartir which has not been tested by Home...

When commenting the line with "smartir:" the application started working again. Like this? 🤌🤌🤌 `# smartir:`