Lars R.
Lars R.
Already merged: https://github.com/keesschollaart81/vscode-home-assistant/pull/2331
``` Logger: asyncio Quelle: runner.py:190 Erstmals aufgetreten: 18:48:04 (3 Vorkommnisse) Zuletzt protokolliert: 18:48:24 Executing took 0.112 seconds Executing took 0.119 seconds Executing took 0.117 seconds ```
```yaml - service: {{ 'switch.turn_' + ('off' if hvac_mode == 'off' else 'on') }} ``` change ```yaml {{ state('switch.tatano_state' ) }} ``` to ```yaml {{ states('switch.tatano_state' ) }} ``` Also...
It's on other Addons too: ```logs Client error on /addons/40817795_vscode-remote/changelog request 0, message='Attempt to decode JSON with unexpected mimetype: application/octet-stream', url=URL('http://172.30.32.2/addons/40817795_vscode-remote/changelog') Client error on /addons/a4f7bb3e_leaf2mqtt/changelog request 0, message='Attempt to decode...
``` 2024-05-25 16:57:53.114 WARNING (WSListener) [homeassistant.helpers.frame] Detected that custom integration 'mopidy' calls async_create_task from a thread at custom_components/mopidy/media_player.py, line 238: self.async_schedule_update_ha_state(force_refresh=True), please report it to the author of the 'mopidy'...