[x ] This issue is related to the backend of HACS.
[x ] This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
Describe the issue
A clear and concise description of what the issue is.
I am trying to move from a supervised HA install in an LXC proxmox container to a supervised VM in proxmox. The HA install all worked fine. When I tried to restore my full backup I received this error -> Setup failed for hacs: Unable to import component: No module named 'queueman'. I opened an issue in HA however was told this is a custom component issue I need to open an issue with the author of the component. It was mentioned that it might be a network issue however I was able to ping using this "docker exec homeassistant ping home-assistant.io -c 3" so I believe the network is fine. I haven't been unable to find any helpful information via researching. Other than this issue and my frontend not loading due to custom cards being loaded through hacs HA seems to be running fine. Any information you can provide to resolve this would be appreciated.
Steps to reproduce
From the snapshot menu choose the latest full backup snapshot and click restore.
Once the snapshot is complete the log shown below is generated
Debug logs
Logs
```
PASTE YOUR DEBUG LOGS HERE
2020-12-15 11:32:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for dwains_dashboard which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-15 11:32:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for browser_mod which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-15 11:32:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for display which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-15 11:32:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for garbage_collection which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-15 11:32:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-15 11:32:32 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up recorder
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up http
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.1 seconds
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up system_log
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.1 seconds
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'device_automation', 'system_log', 'frontend', 'websocket_api', 'search', 'alexa', 'hassio', 'image', 'http', 'person', 'cloud', 'config', 'lovelace', 'auth', 'webhook', 'api', 'onboarding'}
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up alexa
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain alexa took 0.0 seconds
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up hassio
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up config
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up auth
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up webhook
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up api
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up search
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.0 seconds
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up image
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.1 seconds
2020-12-15 11:32:33 INFO (SyncWorker_3) [homeassistant.loader] Loaded google_assistant from homeassistant.components.google_assistant
2020-12-15 11:32:33 INFO (SyncWorker_5) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.1 seconds
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain image took 0.0 seconds
2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up person
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up cloud
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.7 seconds
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.0 seconds
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.helpers.storage] Migrating onboarding storage from 1 to 3
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.0 seconds
2020-12-15 11:32:34 INFO (SyncWorker_5) [homeassistant.loader] Loaded panel_custom from homeassistant.components.panel_custom
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up frontend
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 1.0 seconds
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'media_source', 'timer', 'ffmpeg', 'airvisual', 'scene', 'input_boolean', 'input_select', 'group', 'nws', 'zeroconf', 'updater', 'input_number', 'onvif', 'device_tracker', 'emulated_hue', 'history', 'light', 'persistent_notification', 'tts', 'rest_command', 'ozw', 'automation', 'counter', 'notify', 'script', 'input_text', 'cover', 'ifttt', 'camera', 'iqvia', 'wled', 'logbook', 'stream', 'system_health', 'amcrest', 'dwains_dashboard', 'sensor', 'alarm_control_panel', 'tag', 'cast', 'browser_mod', 'map', 'display', 'binary_sensor', 'life360', 'garbage_collection', 'weather', 'mqtt', 'ssdp', 'sun', 'blueprint', 'zone', 'zha', 'default_config', 'input_datetime', 'conversation', 'switch', 'mobile_app', 'hacs', 'hue'}
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up media_source
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up timer
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up ffmpeg
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up airvisual
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain airvisual took 0.0 seconds
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up scene
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up input_select
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up group
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up nws
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain nws took 0.0 seconds
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up updater
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up input_number
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up history
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds
2020-12-15 11:32:34 INFO (SyncWorker_1) [homeassistant.loader] Loaded osramlightify from homeassistant.components.osramlightify
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up rest_command
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain rest_command took 0.0 seconds
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up counter
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up input_text
2020-12-15 11:32:34 INFO (SyncWorker_4) [homeassistant.loader] Loaded pushbullet from homeassistant.components.pushbullet
2020-12-15 11:32:34 INFO (SyncWorker_5) [homeassistant.loader] Loaded generic from homeassistant.components.generic
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up iqvia
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain iqvia took 0.0 seconds
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up logbook
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up system_health
2020-12-15 11:32:34 INFO (SyncWorker_2) [homeassistant.loader] Loaded rest from homeassistant.components.rest
2020-12-15 11:32:34 INFO (SyncWorker_6) [homeassistant.loader] Loaded manual from homeassistant.components.manual
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up tag
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up browser_mod
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up map
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds
2020-12-15 11:32:34 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for fully_kiosk which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up display
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain display took 0.0 seconds
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up life360
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up garbage_collection
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain garbage_collection took 0.0 seconds
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up sun
2020-12-15 11:32:34 INFO (SyncWorker_4) [homeassistant.loader] Loaded darksky from homeassistant.components.darksky
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up blueprint
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.0 seconds
2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up zone
2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setting up zha
2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setup of domain zha took 0.0 seconds
2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setting up input_datetime
2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setting up conversation
2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setup of domain conversation took 0.0 seconds
2020-12-15 11:32:35 INFO (SyncWorker_5) [homeassistant.loader] Loaded command_line from homeassistant.components.command_line
2020-12-15 11:32:35 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setting up media_player
2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.0 seconds
2020-12-15 11:32:35 INFO (MainThread) [custom_components.display] Setting up display.fully_kiosk
2020-12-15 11:32:35 INFO (SyncWorker_6) [custom_components.fully_kiosk.display] Setting up FullyKioskDevice for firehd7 at 192.168.1.38:2323
2020-12-15 11:32:35 INFO (SyncWorker_3) [homeassistant.loader] Loaded template from homeassistant.components.template
2020-12-15 11:32:35 INFO (SyncWorker_2) [homeassistant.loader] Loaded lannouncer from homeassistant.components.lannouncer
2020-12-15 11:32:35 INFO (SyncWorker_4) [homeassistant.loader] Loaded mjpeg from homeassistant.components.mjpeg
2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setting up alarm_control_panel
2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setup of domain alarm_control_panel took 0.0 seconds
2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setup of domain life360 took 1.0 seconds
2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setting up weather
2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 1.7 seconds
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up emulated_hue
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain emulated_hue took 0.0 seconds
2020-12-15 11:32:36 INFO (SyncWorker_0) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up cover
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.0 seconds
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up ifttt
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain ifttt took 0.0 seconds
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 1.5 seconds
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up stream
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.1 seconds
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 1.5 seconds
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up dwains_dashboard
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain dwains_dashboard took 0.0 seconds
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.manual
2020-12-15 11:32:36 INFO (SyncWorker_5) [homeassistant.loader] Loaded trend from homeassistant.components.trend
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.components.weather] Setting up weather.darksky
2020-12-15 11:32:36 ERROR (MainThread) [homeassistant.setup] Setup failed for hacs: Unable to import component: No module named 'queueman'
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain ffmpeg took 2.1 seconds
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up mqtt
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain mqtt took 0.0 seconds
2020-12-15 11:32:36 INFO (SyncWorker_4) [homeassistant.loader] Loaded smtp from homeassistant.components.smtp
2020-12-15 11:32:36 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for nwsradar which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up camera
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 1.6 seconds
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.4 seconds
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up tts
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds
2020-12-15 11:32:36 INFO (MainThread) [custom_components.garbage_collection] Successfully removed sensor from the garbage_collection integration
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up wled
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain wled took 0.0 seconds
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up notify
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.rest
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.rest
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.trend
2020-12-15 11:32:36 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.trend
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setting up light
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.notify] Setting up notify.smtp
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.notify] Setting up notify.pushbullet
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.notify] Setting up notify.lannouncer
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 2.5 seconds
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setting up hue
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setup of domain hue took 0.0 seconds
2020-12-15 11:32:37 INFO (SyncWorker_2) [homeassistant.loader] Loaded sql from homeassistant.components.sql
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setting up switch
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.osramlightify
2020-12-15 11:32:37 INFO (SyncWorker_6) [lightify] Initializing lightify, version=1.0.7.2
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setup of domain camera took 0.9 seconds
2020-12-15 11:32:37 INFO (Thread-5) [homeassistant.components.mqtt] Connected to MQTT server 192.168.1.8:1883 (0)
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setup of domain group took 2.6 seconds
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.command_line
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.command_line
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.command_line
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.camera] Setting up camera.generic
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.camera] Setting up camera.generic
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.camera] Setting up camera.mjpeg
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.camera] Setting up camera.ffmpeg
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.camera] Setting up camera.ffmpeg
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.camera] Setting up camera.nwsradar
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.camera] Setting up camera.ffmpeg
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.2 seconds
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.updater
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds
2020-12-15 11:32:37 INFO (SyncWorker_10) [homeassistant.loader] Loaded season from homeassistant.components.season
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setting up onvif
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setup of domain onvif took 0.0 seconds
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setting up amcrest
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.group
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.group
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.group
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.group
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.group
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.group
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.group
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.cover] Setting up cover.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.cover] Setting up cover.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 1.2 seconds
2020-12-15 11:32:37 INFO (SyncWorker_7) [homeassistant.loader] Loaded uptime from homeassistant.components.uptime
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 3.7 seconds
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 3.4 seconds
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 3.3 seconds
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 3.3 seconds
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 3.3 seconds
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 3.3 seconds
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setting up automation
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 3.3 seconds
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 2.6 seconds
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: light 0B0F60_LI_1
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch C3DDB3_RL_1
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor C3DDB3_status
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 0B0F60_status
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.light] Setting up light.template
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.light] Setting up light.template
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2020-12-15 11:32:38 INFO (SyncWorker_6) [homeassistant.loader] Loaded time_date from homeassistant.components.time_date
2020-12-15 11:32:38 INFO (SyncWorker_0) [homeassistant.loader] Loaded statistics from homeassistant.components.statistics
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 1.4 seconds
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setting up ozw
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain ozw took 0.0 seconds
2020-12-15 11:32:38 INFO (SyncWorker_2) [homeassistant.loader] Loaded tasmota from homeassistant.components.tasmota
2020-12-15 11:32:38 INFO (SyncWorker_1) [homeassistant.loader] Loaded nmap_tracker from homeassistant.components.nmap_tracker
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2020-12-15 11:32:38 INFO (SyncWorker_6) [homeassistant.loader] Loaded plex from homeassistant.components.plex
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.4 seconds
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setting up device_tracker
2020-12-15 11:32:38 INFO (SyncWorker_8) [homeassistant.loader] Loaded min_max from homeassistant.components.min_max
2020-12-15 11:32:38 INFO (SyncWorker_2) [homeassistant.loader] Loaded sonos from homeassistant.components.sonos
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.ozw
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.cover] Setting up cover.ozw
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.light] Setting up light.ozw
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.switch] Setting up switch.ozw
2020-12-15 11:32:38 INFO (SyncWorker_3) [homeassistant.loader] Loaded fan from homeassistant.components.fan
2020-12-15 11:32:38 INFO (SyncWorker_6) [homeassistant.loader] Loaded lock from homeassistant.components.lock
2020-12-15 11:32:38 INFO (SyncWorker_1) [homeassistant.loader] Loaded climate from homeassistant.components.climate
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.light] Setting up light.wled
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wled
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.updater] Submitted analytics to Home Assistant servers. Information submitted includes {}
2020-12-15 11:32:38 INFO (SyncWorker_10) [homeassistant.loader] Loaded moon from homeassistant.components.moon
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setting up fan
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain fan took 0.0 seconds
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setting up lock
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain lock took 0.0 seconds
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setting up climate
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds
2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain amcrest took 1.2 seconds
2020-12-15 11:32:39 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2020-12-15 11:32:39 INFO (SyncWorker_5) [homeassistant.loader] Loaded systemmonitor from homeassistant.components.systemmonitor
2020-12-15 11:32:39 INFO (MainThread) [homeassistant.components.fan] Setting up fan.ozw
2020-12-15 11:32:39 INFO (MainThread) [homeassistant.components.lock] Setting up lock.ozw
2020-12-15 11:32:39 INFO (MainThread) [homeassistant.components.climate] Setting up climate.ozw
2020-12-15 11:32:39 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.legacy
2020-12-15 11:32:39 INFO (MainThread) [homeassistant.components.light] Setting up light.hue
2020-12-15 11:32:39 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.hue
2020-12-15 11:32:39 INFO (MainThread) [homeassistant.components.camera] Setting up camera.amcrest
2020-12-15 11:32:39 INFO (MainThread) [homeassistant.components.camera] Setting up camera.amcrest
2020-12-15 11:32:39 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.amcrest
2020-12-15 11:32:39 INFO (SyncWorker_1) [homeassistant.loader] Loaded version from homeassistant.components.version
2020-12-15 11:32:39 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.5 seconds
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for weatheralerts which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.setup] Setting up sensor
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds
2020-12-15 11:32:41 INFO (SyncWorker_3) [homeassistant.loader] Loaded air_quality from homeassistant.components.air_quality
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.setup] Setting up cast
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.setup] Setup of domain cast took 0.0 seconds
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.sql
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.darksky
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.season
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.uptime
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.time_date
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.statistics
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.statistics
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.statistics
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.min_max
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.min_max
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.min_max
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.min_max
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.moon
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.statistics
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.command_line
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.systemmonitor
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.version
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.weatheralerts
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.weatheralerts
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.setup] Setup of domain browser_mod took 6.9 seconds
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.dwains_dashboard
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.wled
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.ozw
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hue
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.iqvia
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.airvisual
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.setup] Setting up air_quality
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.setup] Setup of domain air_quality took 0.0 seconds
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2020-12-15 11:32:41 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 3.4 seconds
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.garbage_collection
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.garbage_collection
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.garbage_collection
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.browser_mod
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.browser_mod
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.light] Setting up light.browser_mod
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.camera] Setting up camera.browser_mod
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.browser_mod
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.air_quality] Setting up air_quality.airvisual
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.cast
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Not adding entity WLED Uptime because it's disabled
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Not adding entity WLED Free Memory because it's disabled
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Not adding entity WLED Wi-Fi BSSID because it's disabled
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Not adding entity WLED Wi-Fi Channel because it's disabled
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Not adding entity WLED Wi-Fi RSSI because it's disabled
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Not adding entity WLED Wi-Fi Signal because it's disabled
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Chinese Air Quality Index because it's disabled
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Chinese Main Pollutant because it's disabled
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.legacy
2020-12-15 11:32:42 ERROR (SyncWorker_0) [homeassistant.components.command_line] Command failed: cat /sys/class/thermal/thermal_zone0/temp
2020-12-15 11:32:42 INFO (SyncWorker_0) [pychromecast] Querying device status
2020-12-15 11:32:42 INFO (SyncWorker_9) [pychromecast] Querying device status
2020-12-15 11:32:42 INFO (SyncWorker_3) [pychromecast] Querying device status
2020-12-15 11:32:42 INFO (SyncWorker_8) [pychromecast] Querying device status
2020-12-15 11:32:42 INFO (SyncWorker_10) [pychromecast] Querying device status
2020-12-15 11:32:42 INFO (SyncWorker_1) [pychromecast] Querying device status
2020-12-15 11:32:42 INFO (SyncWorker_6) [homeassistant.loader] Loaded calendar from homeassistant.components.calendar
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.weather] Setting up weather.nws
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.setup] Setting up calendar
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.setup] Setup of domain calendar took 0.0 seconds
2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.garbage_collection
2020-12-15 11:32:43 INFO (MainThread) [homeassistant.setup] Setting up script
2020-12-15 11:32:43 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.1 seconds
2020-12-15 11:32:44 INFO (MainThread) [homeassistant.setup] Setting up default_config
2020-12-15 11:32:44 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.0 seconds
2020-12-15 11:32:44 INFO (MainThread) [custom_components.weatheralerts.sensor] {'@context': ['https://geojson.org/geojson-ld/geojson-context.jsonld', {'@version': '1.1', 'wx': 'https://api.weather.gov/ontology#', '@vocab': 'https://api.weather.gov/ontology#'}], 'type': 'FeatureCollection', 'features': [{'id': 'https://api.weather.gov/alerts/NWS-IDP-PROD-4610497-3786334', 'type': 'Feature', 'geometry': None, 'properties': {'@id': 'https://api.weather.gov/alerts/NWS-IDP-PROD-4610497-3786334', '@type': 'wx:Alert', 'id': 'NWS-IDP-PROD-4610497-3786334', 'areaDesc': 'Lower Bucks; Delaware; Mercer; Western Chester; Hunterdon; Eastern Chester; Western Montgomery; Morris; Middlesex; Eastern Montgomery; Somerset; Upper Bucks; Philadelphia', 'geocode': {'UGC': ['PAZ106', 'PAZ070', 'NJZ015', 'PAZ101', 'NJZ009', 'PAZ102', 'PAZ103', 'NJZ008', 'NJZ012', 'PAZ104', 'NJZ010', 'PAZ105', 'PAZ071'], 'SAME': ['042017', '042045', '034021', '042029', '034019', '042091', '034027', '034023', '034035', '042101']}, 'affectedZones': ['https://api.weather.gov/zones/forecast/PAZ106', 'https://api.weather.gov/zones/forecast/PAZ070', 'https://api.weather.gov/zones/forecast/NJZ015', 'https://api.weather.gov/zones/forecast/PAZ101', 'https://api.weather.gov/zones/forecast/NJZ009', 'https://api.weather.gov/zones/forecast/PAZ102', 'https://api.weather.gov/zones/forecast/PAZ103', 'https://api.weather.gov/zones/forecast/NJZ008', 'https://api.weather.gov/zones/forecast/NJZ012', 'https://api.weather.gov/zones/forecast/PAZ104', 'https://api.weather.gov/zones/forecast/NJZ010', 'https://api.weather.gov/zones/forecast/PAZ105', 'https://api.weather.gov/zones/forecast/PAZ071'], 'references': [], 'sent': '2020-12-15T03:18:00-05:00', 'effective': '2020-12-15T03:18:00-05:00', 'onset': '2020-12-16T10:00:00-05:00', 'expires': '2020-12-15T18:00:00-05:00', 'ends': '2020-12-17T10:00:00-05:00', 'status': 'Actual', 'messageType': 'Alert', 'category': 'Met', 'severity': 'Severe', 'certainty': 'Likely', 'urgency': 'Expected', 'event': 'Winter Storm Warning', 'sender': 'w-nws.webmaster@noaa.gov', 'senderName': 'NWS Mount Holly NJ', 'headline': 'Winter Storm Warning issued December 15 at 3:18AM EST until December 17 at 10:00AM EST by NWS Mount Holly NJ', 'description': '* WHAT...Heavy mixed precipitation expected. Total snow\naccumulations in excess of 12 inches along with ice\naccumulations of a light glaze. Winds gusting as high as 35 mph.\n\n* WHERE...Portions of central, northern and northwest New Jersey\nand southeast Pennsylvania.\n\n* WHEN...From 10 AM Wednesday to 10 AM EST Thursday.\n\n* IMPACTS...Travel could be very difficult to impossible. The\nhazardous conditions could impact the evening commute on\nWednesday and the morning commute on Thursday. The heavy snow\ncould result in power outages.\n\n* ADDITIONAL DETAILS...Snow will move in southwest to northeast\nlate Wednesday morning into the early afternoon. The snow could\nbecome heavy at times late Wednesday afternoon into Wednesday\nnight. There may also be some sleet and freezing rain mixed in\nat times.', 'instruction': 'If you must travel, keep an extra flashlight, food, and water in\nyour vehicle in case of an emergency.\n\nThe latest road conditions for the state you are calling from can\nbe obtained by calling 5 1 1.', 'response': 'Prepare', 'parameters': {'NWSheadline': ['WINTER STORM WARNING IN EFFECT FROM 10 AM WEDNESDAY TO 10 AM EST THURSDAY'], 'HazardType': ['Mixed Precipitation, Heavy Mixed precipitation'], 'VTEC': ['/O.NEW.KPHI.WS.W.0001.201216T1500Z-201217T1500Z/'], 'EAS-ORG': ['WXR'], 'PIL': ['PHIWSWPHI'], 'BLOCKCHANNEL': ['CMAS', 'EAS', 'NWEM'], 'eventEndingTime': ['2020-12-17T15:00:00+00:00']}}}], 'title': 'current watches, warnings, and advisories for Somerset (NJZ010) NJ', 'updated': '2020-12-15T08:18:46+00:00'}
2020-12-15 11:32:44 INFO (MainThread) [custom_components.weatheralerts.sensor] Added sensor with name 'Somerset' for feedid 'NJZ010,NJC035'
2020-12-15 11:32:44 INFO (MainThread) [homeassistant.components.camera] Setting up camera.onvif
2020-12-15 11:32:44 INFO (MainThread) [homeassistant.components.camera] Setting up camera.onvif
2020-12-15 11:32:44 INFO (MainThread) [homeassistant.components.camera] Not adding entity Reolink Driveway - Profile001_SubStream because it's disabled
2020-12-15 11:32:44 INFO (MainThread) [homeassistant.components.camera] Not adding entity Reolink Backyard - Profile001_SubStream because it's disabled
2020-12-15 11:32:45 INFO (MainThread) [custom_components.weatheralerts.sensor] {'@context': ['https://geojson.org/geojson-ld/geojson-context.jsonld', {'@version': '1.1', 'wx': 'https://api.weather.gov/ontology#', '@vocab': 'https://api.weather.gov/ontology#'}], 'type': 'FeatureCollection', 'features': [{'id': 'https://api.weather.gov/alerts/NWS-IDP-PROD-4610459-3786309', 'type': 'Feature', 'geometry': None, 'properties': {'@id': 'https://api.weather.gov/alerts/NWS-IDP-PROD-4610459-3786309', '@type': 'wx:Alert', 'id': 'NWS-IDP-PROD-4610459-3786309', 'areaDesc': 'Ocean; Southeastern Burlington; Middlesex; Coastal Ocean; Eastern Monmouth; Western Monmouth', 'geocode': {'UGC': ['NJZ020', 'NJZ027', 'NJZ012', 'NJZ026', 'NJZ014', 'NJZ013'], 'SAME': ['034029', '034005', '034023', '034025']}, 'affectedZones': ['https://api.weather.gov/zones/forecast/NJZ020', 'https://api.weather.gov/zones/forecast/NJZ027', 'https://api.weather.gov/zones/forecast/NJZ012', 'https://api.weather.gov/zones/forecast/NJZ026', 'https://api.weather.gov/zones/forecast/NJZ014', 'https://api.weather.gov/zones/forecast/NJZ013'], 'references': [{'@id': 'https://api.weather.gov/alerts/NWS-IDP-PROD-4608981-3785785', 'identifier': 'NWS-IDP-PROD-4608981-3785785', 'sender': 'w-nws.webmaster@noaa.gov', 'sent': '2020-12-14T14:49:00-05:00'}], 'sent': '2020-12-15T02:41:00-05:00', 'effective': '2020-12-15T02:41:00-05:00', 'onset': '2020-12-17T07:00:00-05:00', 'expires': '2020-12-15T16:30:00-05:00', 'ends': '2020-12-17T15:00:00-05:00', 'status': 'Actual', 'messageType': 'Update', 'category': 'Met', 'severity': 'Moderate', 'certainty': 'Possible', 'urgency': 'Future', 'event': 'Coastal Flood Watch', 'sender': 'w-nws.webmaster@noaa.gov', 'senderName': 'NWS Mount Holly NJ', 'headline': 'Coastal Flood Watch issued December 15 at 2:41AM EST until December 17 at 3:00PM EST by NWS Mount Holly NJ', 'description': '* WHAT...One to two feet of inundation above ground level\npossible in low-lying areas near shorelines and tidal\nwaterways.\n\n* WHERE...Tidal portions of Middlesex, Monmouth, Ocean, and\nsoutheastern Burlington Counties in New Jersey.\n\n* WHEN...From Thursday morning through Thursday afternoon.\n\n* IMPACTS...At this level, widespread roadway flooding occurs in\ncoastal and bayside communities and along inland tidal\nwaterways. Many roads become impassable. Some damage to\nvulnerable structures may begin to occur.\n\n* ADDITIONAL DETAILS...Minor tidal flooding may occur with the\nTuesday morning and Wednesday morning and evening high tides.', 'instruction': 'A Coastal Flood Watch means that conditions favorable for\nflooding are expected to develop.\n\nBe prepared to begin taking appropriate action to protect life\nand property. Follow the recommendations of local emergency\nmanagement officials. Be sure to check the latest forecast from\ntime to time in case a warning is issued or any new information\nbecomes available.\n\nVisit the Advanced Hydrologic Prediction Service at\nwater.weather.gov/ahps for additional water level and flood\nimpact information for your local tide gauge.', 'response': 'Prepare', 'parameters': {'NWSheadline': ['COASTAL FLOOD WATCH REMAINS IN EFFECT FROM THURSDAY MORNING THROUGH THURSDAY AFTERNOON'], 'VTEC': ['/O.CON.KPHI.CF.A.0003.201217T1200Z-201217T2000Z/'], 'EAS-ORG': ['WXR'], 'PIL': ['PHICFWPHI'], 'BLOCKCHANNEL': ['CMAS', 'EAS', 'NWEM'], 'eventEndingTime': ['2020-12-17T20:00:00+00:00']}}}], 'title': 'current watches, warnings, and advisories for Ocean (NJZ020) NJ', 'updated': '2020-12-15T07:41:29+00:00'}
2020-12-15 11:32:45 INFO (MainThread) [custom_components.weatheralerts.sensor] Added sensor with name 'Ocean' for feedid 'NJZ020,NJC029'
2020-12-15 11:32:45 INFO (MainThread) [bellows.zigbee.application] EZSP Radio manufacturer: HubZ ZigBee
2020-12-15 11:32:45 INFO (MainThread) [bellows.zigbee.application] EZSP Radio board name: HUSBZB-1
2020-12-15 11:32:45 INFO (MainThread) [bellows.zigbee.application] EmberZNet version: 5.4.1.0 build 962
2020-12-15 11:32:45 INFO (MainThread) [bellows.zigbee.application] Node type: EmberNodeType.COORDINATOR, Network parameters: EmberNetworkParameters(extendedPanId=68:6a:89:ff:28:21:4e:13, panId=0x6ab4, radioTxPower=8, radioChannel=15, joinMethod=, nwkManagerId=0x0000, nwkUpdateId=0, channels=)
2020-12-15 11:32:45 INFO (MainThread) [zigpy.application] Device 0x0000 (00:0d:6f:00:0b:13:26:6e) joined the network
2020-12-15 11:32:45 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.zha
2020-12-15 11:32:45 INFO (MainThread) [homeassistant.components.climate] Setting up climate.zha
2020-12-15 11:32:45 INFO (MainThread) [homeassistant.components.cover] Setting up cover.zha
2020-12-15 11:32:45 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.zha
2020-12-15 11:32:45 INFO (MainThread) [homeassistant.components.fan] Setting up fan.zha
2020-12-15 11:32:45 INFO (MainThread) [homeassistant.components.light] Setting up light.zha
2020-12-15 11:32:45 INFO (MainThread) [homeassistant.components.lock] Setting up lock.zha
2020-12-15 11:32:45 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.zha
2020-12-15 11:32:45 INFO (MainThread) [homeassistant.components.switch] Setting up switch.zha
2020-12-15 11:32:47 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform mqtt is taking over 10 seconds.
2020-12-15 11:32:47 WARNING (MainThread) [homeassistant.components.light] Setup of light platform mqtt is taking over 10 seconds.
2020-12-15 11:32:47 WARNING (MainThread) [homeassistant.components.switch] Setup of switch platform mqtt is taking over 10 seconds.
2020-12-15 11:32:51 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform mqtt is taking over 10 seconds.
2020-12-15 11:32:52 INFO (MainThread) [homeassistant.components.sensor] Not adding entity UZB Z-Wave USB Adapter: Basic because it's disabled
2020-12-15 11:32:52 INFO (MainThread) [homeassistant.components.sensor] Not adding entity UZB Z-Wave USB Adapter: Basic Target because it's disabled
2020-12-15 11:32:52 INFO (MainThread) [homeassistant.components.sensor] Not adding entity UZB Z-Wave USB Adapter: Basic Duration because it's disabled
2020-12-15 11:32:52 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door/Window Sensor: Basic because it's disabled
2020-12-15 11:32:52 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door/Window Sensor: Previous Event Cleared because it's disabled
2020-12-15 11:32:52 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door/Window Sensor: Access Control because it's disabled
2020-12-15 11:32:52 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door/Window Sensor: Home Security because it's disabled
2020-12-15 11:32:52 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door Sensor: Automatically Clear Events because it's disabled
2020-12-15 11:32:52 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door Sensor: Previous Event Cleared because it's disabled
2020-12-15 11:32:52 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door Sensor: Alert Location because it's disabled
2020-12-15 11:32:52 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door Sensor: RSSI Level because it's disabled
2020-12-15 11:32:52 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door Sensor: Home Security because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Basic because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Basic Target because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Basic Duration because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Air Temperature Units because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Illuminance Units because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Humidity Units because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Alarm Type because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Alarm Level because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Previous Event Cleared because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Home Security because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Basic because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Basic Target because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Basic Duration because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Air Temperature Units because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Illuminance Units because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Humidity Units because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Alarm Type because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Alarm Level because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Previous Event Cleared because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Home Security because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door Sensor: Basic because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door Sensor: Basic Target because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door Sensor: Basic Duration because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door Sensor: Alarm Type because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door Sensor: Alarm Level because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door Sensor: Previous Event Cleared because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door Sensor: Access Control because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door Sensor: Home Security because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Motion Detector (with Temperature Sensor): Basic because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Motion Detector (with Temperature Sensor): Basic Target because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Motion Detector (with Temperature Sensor): Basic Duration because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Motion Detector (with Temperature Sensor): Air Temperature Units because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Motion Detector (with Temperature Sensor): Alarm Type because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Motion Detector (with Temperature Sensor): Alarm Level because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Motion Detector (with Temperature Sensor): Previous Event Cleared because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Motion Detector (with Temperature Sensor): Home Security because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door Sensor: Automatically Clear Events because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door Sensor: Previous Event Cleared because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door Sensor: Alert Location because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door Sensor: RSSI Level because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Door Sensor: Home Security because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Basic because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Basic Target because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Basic Duration because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Air Temperature Units because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Illuminance Units because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Humidity Units because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Alarm Type because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Alarm Level because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Previous Event Cleared because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity 4in1 PIR Sensor: Home Security because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity ZG8101 Garage Door Detector: Automatically Clear Events because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity ZG8101 Garage Door Detector: Previous Event Cleared because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity ZG8101 Garage Door Detector: Alert Location because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity ZG8101 Garage Door Detector: RSSI Level because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity ZG8101 Garage Door Detector: Home Security because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Portable Smart Motion Sensor: Basic because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Portable Smart Motion Sensor: Previous Event Cleared because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Portable Smart Motion Sensor: Home Security because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity ZG8101 Garage Door Detector: Automatically Clear Events because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity ZG8101 Garage Door Detector: Previous Event Cleared because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity ZG8101 Garage Door Detector: Alert Location because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity ZG8101 Garage Door Detector: RSSI Level because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity ZG8101 Garage Door Detector: Home Security because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity CT101 Thermostat (Iris): Indicator because it's disabled
2020-12-15 11:32:53 INFO (MainThread) [homeassistant.components.sensor] Not adding entity CT101 Thermostat (Iris): Indicator because it's disabled
2020-12-15 11:32:54 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Schlage Touchscreen Deadbolt: User Code because it's disabled
2020-12-15 11:32:54 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 21.86s
2020-12-15 11:32:54 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.core] Timer:starting
2020-12-15 11:32:55 INFO (SyncWorker_6) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_wled_xmas_tree] Initialized trigger Turn on WLED Xmas Tree
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_wled_xmas_tree] Initialized trigger Turn off WLED Xmas Tree
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.reset_input_select_value] Initialized trigger Reset Input Select Value
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.kitchen_light_off_during_day] Initialized trigger Kitchen Light Off During Day
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.novostella_red_green] Initialized trigger Novostella Red Green
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.reset_red_green_counter] Initialized trigger Reset Red Green Counter
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.browser_popup_low_battery] Initialized trigger [Browser] popup_Low Battery
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.mary_light_button] Initialized trigger Mary Light Button
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.ron_light_button] Initialized trigger Ron Light Button
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.smoke_detector_low_battery] Initialized trigger Smoke Detector Low Battery
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.smoke_detector_triggered_on] Initialized trigger Smoke Detector Triggered On
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.smoke_detector_triggered_off] Initialized trigger Smoke Detector Triggered Off
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.1st_floor_thermostat_low_battery] Initialized trigger 1st Floor Thermostat Low Battery
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.2nd_floor_thermostat_low_battery] Initialized trigger 2nd Floor Thermostat Low Battery
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.battery_sensors_low_battery_notification_for_rf_motion_sensor] Initialized trigger Battery Sensors: Low battery notification for RF Motion Sensor
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.battery_sensors_low_battery_notification_for_hall_closet_sensor] Initialized trigger Battery Sensors: Low battery notification for Hall Closet Sensor
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.battery_sensors_low_battery_notification_for_frontcloset1_sensor] Initialized trigger Battery Sensors: Low battery notification for FrontCloset1 Sensor
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.battery_sensors_low_battery_notification_for_frontcloset2_sensor] Initialized trigger Battery Sensors: Low battery notification for FrontCloset2 Sensor
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.battery_sensors_low_battery_notification_for_masterbedroom_closet_sensor] Initialized trigger Battery Sensors: Low battery notification for MasterBedroom Closet Sensor
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.basement_door_sensor_low_battery] Initialized trigger Basement Door Sensor Low Battery
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.garage_door_sensor_low_battery] Initialized trigger Garage Door Sensor Low Battery
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.dining_room_motion_sensor_low_battery] Initialized trigger Dining Room Motion Sensor Low Battery
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.laundry_room_motion_sensor_low_battery] Initialized trigger Laundry Room Motion Sensor Low Battery
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.ron_office_motion_sensor_low_battery] Initialized trigger Ron Office Motion Sensor Low Battery
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.garage_door_1_sensor_low_battery] Initialized trigger Garage Door 1 Sensor Low Battery
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.garage_door_1_open_time_check] Initialized trigger Garage Door 1 Open Time Check
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.garage_door_1_open] Initialized trigger Garage Door 1 Open
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.garage_door_2_sensor_low_battery] Initialized trigger Garage Door 2 Sensor Low Battery
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.garage_door_2_open_time_check] Initialized trigger Garage Door 2 Open Time Check
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.garage_door_2_open] Initialized trigger Garage Door 2 Open
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.front_door_bell] Initialized trigger Front Door Bell
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.front_door_open] Initialized trigger Front Door Open
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.dining_room_light_on] Initialized trigger Dining Room Light On
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.dining_room_motion_light_off] Initialized trigger Dining Room Motion Light Off
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.dining_room_light_off] Initialized trigger Dining Room Light Off
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.ron_office_lights_on] Initialized trigger Ron Office Lights On
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.ron_office_motion_lights_off] Initialized trigger Ron Office Motion Lights Off
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.mary_desk_lights_on_when_switch_on] Initialized trigger Mary Desk Lights On When Switch On
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.mary_desk_lights_off_when_switch_off] Initialized trigger Mary Desk Lights Off When Switch Off
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_basement_light] Initialized trigger Turn on Basement Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_basement_light] Initialized trigger Turn off Basement Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.wakeup_master_bedroom] Initialized trigger Wakeup Master Bedroom
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.master_bedroom_goodnight] Initialized trigger Master Bedroom Goodnight
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_garage_light_when_garage_doors_open] Initialized trigger Turn on Garage Light When Garage Doors Open
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_garage_light_when_garage_entry_door_opens] Initialized trigger Turn on Garage Light When Garage Entry Door Opens
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.garage_motion_input_boolean_off] Initialized trigger Garage Motion Input Boolean Off
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.garage_motion_light_off] Initialized trigger Garage Motion Light Off
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.lock_garage_door_at_night] Initialized trigger Lock Garage Door at Night
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_foyer_light] Initialized trigger Turn on Foyer Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_foyer_light] Initialized trigger Turn off Foyer Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_kitchen_table_light] Initialized trigger Turn on Kitchen Table Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.wakeup_kitchen_table_light] Initialized trigger Wakeup Kitchen Table Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_kitchen_cabinet_lights_in_morning] Initialized trigger Turn off Kitchen Cabinet Lights in Morning
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_garage_outside_light] Initialized trigger Turn on Garage Outside Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_garage_outside_light] Initialized trigger Turn off Garage Outside Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_front_porch_light] Initialized trigger Turn on Front Porch Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_front_porch_light] Initialized trigger Turn off Front Porch Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_landscape_lights] Initialized trigger Turn on Landscape Lights
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_landscape_lights] Initialized trigger Turn off Landscape Lights
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_family_room_light] Initialized trigger Turn on Family Room Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_family_room_plugin] Initialized trigger Turn off Family Room Plugin
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_family_room_hue_light] Initialized trigger Turn on Family Room Hue Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_family_room_hue_light] Initialized trigger Turn off Family Room Hue Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.all_lights_off] Initialized trigger All Lights Off
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.send_notification_when_sun_rises] Initialized trigger Send notification when sun rises
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.send_notification_when_sun_sets] Initialized trigger Send notification when sun sets
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.nikki_is_home] Initialized trigger Nikki is Home
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.reset_nikki_home] Initialized trigger Reset nikki_home
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.andrew_is_home] Initialized trigger Andrew is Home
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.reset_andrew_home] Initialized trigger Reset andrew_home
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.ron_is_home] Initialized trigger ron is Home
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.reset_ron_home] Initialized trigger Reset ron_home
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.mary_is_home] Initialized trigger mary is Home
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.reset_mary_home] Initialized trigger Reset mary_home
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.lock_garage_door] Initialized trigger Lock Garage Door
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_mb_ceiling_light_at_night] Initialized trigger Turn on MB Ceiling Light at Night
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.mb_closet_light_on] Initialized trigger MB Closet Light On
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.mb_closet_light_off] Initialized trigger MB Closet Light Off
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.laundry_light_on] Initialized trigger Laundry Light On
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.laundry_light_off] Initialized trigger Laundry Light Off
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.hass_startup] Hass startup: Running automation actions
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.hass_startup] Hass startup: Executing step call service
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.hass_startup] Initialized trigger Hass startup
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.grandfather_clock_hour] Initialized trigger GrandFather Clock Hour
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.grandfather_clock_half] Initialized trigger GrandFather Clock Half
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.notify_if_new_devices] Initialized trigger Notify If New Devices
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.set_dark_theme_for_the_night] Initialized trigger Set dark theme for the night
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.set_default_theme_for_the_day] Initialized trigger Set default theme for the day
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.alarm_away] Initialized trigger Alarm Away
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.alarm_home] Initialized trigger Alarm Home
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.alarm_pending] Initialized trigger Alarm Pending
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.triggered_flash] Initialized trigger Triggered Flash
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.disarm_offset] Initialized trigger Disarm offset
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.mark_person_as_just_arrived] Initialized trigger Mark person as just arrived
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.mark_person_as_home] Initialized trigger Mark person as home
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.mark_person_as_just_left] Initialized trigger Mark person as just left
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.mark_person_as_away] Initialized trigger Mark person as away
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.mark_person_as_extended_away] Initialized trigger Mark person as extended away
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.send_notification_if_1st_floor_temp_66_degrees] Initialized trigger Send notification if 1st floor temp < 66 Degrees
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_hallway_light] Initialized trigger Turn off Hallway Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_andrew_closet_light] Initialized trigger Turn on Andrew Closet Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_andrew_closet_light] Initialized trigger Turn off Andrew Closet Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_nikki_closet_light] Initialized trigger Turn on Nikki Closet Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_nikki_closet_light] Initialized trigger Turn off Nikki Closet Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_masterbath_fan_from_door_sensor] Initialized trigger Turn on Masterbath Fan from Door Sensor
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_masterbath_fan_with_shower_light] Initialized trigger Turn on Masterbath Fan with Shower Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_mb_fan_with_timer] Initialized trigger Turn off MB Fan with Timer
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_front_porch_lightify] Initialized trigger Turn on Front Porch Lightify
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_front_porch_lightify] Initialized trigger Turn off Front Porch Lightify
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_antique_room_lights] Initialized trigger Turn on Antique Room Lights
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_antique_room_lights] Initialized trigger Turn off Antique Room Lights
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.mockupancy] Initialized trigger Mockupancy
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.upstairs_hallway_rf_motion_sensor_triggered_light_on] Initialized trigger Upstairs Hallway RF Motion Sensor triggered Light On
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.upstairs_hallway_rf_motion_sensor_light_off] Initialized trigger Upstairs Hallway RF Motion Sensor Light Off
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.hall_closet_sensor_triggered_on] Initialized trigger Hall Closet Sensor triggered On
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.hall_closet_sensor_triggered_off] Initialized trigger Hall Closet Sensor triggered Off
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.frontcloset1_sensor_triggered_on] Initialized trigger FrontCloset1 Sensor triggered On
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.frontcloset1_sensor_triggered_off] Initialized trigger FrontCloset1 Sensor triggered Off
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.frontcloset2_sensor_triggered_on] Initialized trigger FrontCloset2 Sensor triggered On
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.frontcloset2_sensor_triggered_off] Initialized trigger FrontCloset2 Sensor triggered Off
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.masterbedroomcloset_sensor_triggered_on] Initialized trigger MasterBedroomCloset Sensor triggered On
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.masterbedroomcloset_sensor_triggered_off] Initialized trigger MasterBedroomCloset Sensor triggered Off
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.wakeup_mary] Initialized trigger Wakeup Mary
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.auto_background_select] Initialized trigger Auto Background Select
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.tasmota_state_on_ha_restart] Tasmota State on HA Restart: Running automation actions
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.tasmota_state_on_ha_restart] Tasmota State on HA Restart: Executing step call service
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.tasmota_state_on_ha_restart] Initialized trigger Tasmota State on HA Restart
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.garagedoor1_sensor_status] Initialized trigger GarageDoor1 Sensor Status
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.garagedoor2_sensor_status] Initialized trigger GarageDoor2 Sensor Status
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.update_garage_lock_status] Initialized trigger Update Garage Lock Status
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_teckin2_for_onn_tablet] Initialized trigger Turn on Teckin2 for Onn Tablet
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_teckin2_for_onn_tablet] Initialized trigger Turn off Teckin2 for Onn Tablet
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.restart_onn_tablet] Initialized trigger Restart Onn Tablet
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.onn_tablet_increase_brightness_on_motion] Initialized trigger Onn Tablet Increase Brightness on Motion
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.garbage_notification] Initialized trigger Garbage Notification
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.garbage_notification_update] Initialized trigger Garbage Notification Update
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.garbage_notification_dismiss] Initialized trigger Garbage Notification Dismiss
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.recycle_notification] Initialized trigger Recycle Notification
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.recycle_notification_update] Initialized trigger Recycle Notification Update
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.recycle_notification_dismiss] Initialized trigger Recycle Notification Dismiss
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.1st_saturday_notification] Initialized trigger 1st Saturday Notification
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.1st_saturday_notification_update] Initialized trigger 1st Saturday Notification Update
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.1st_saturday_notification_dismiss] Initialized trigger 1st Saturday Notification Dismiss
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.increase_1st_floor_heat_in_morning] Initialized trigger Increase 1st Floor Heat in Morning
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.decrease_1st_floor_heat_in_morning] Initialized trigger Decrease 1st Floor Heat in Morning
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.increase_1st_floor_heat_in_afternoon] Initialized trigger Increase 1st Floor Heat in Afternoon
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.decrease_1st_floor_heat_at_night] Initialized trigger Decrease 1st Floor Heat at Night
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.increase_1st_floor_heat_in_morning_weekend] Initialized trigger Increase 1st Floor Heat in Morning Weekend
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.decrease_1st_floor_heat_in_morning_weekend] Initialized trigger Decrease 1st Floor Heat in Morning Weekend
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.increase_1st_floor_heat_in_afternoon_weekend] Initialized trigger Increase 1st Floor Heat in Afternoon Weekend
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.decrease_1st_floor_heat_at_night_weekend] Initialized trigger Decrease 1st Floor Heat at Night Weekend
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.mail] Initialized trigger Mail
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.mailbox_inout_boolean_reset] Initialized trigger Mailbox Inout Boolean Reset
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.increase_2nd_floor_heat_in_morning] Initialized trigger Increase 2nd Floor Heat in Morning
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.decrease_2nd_floor_heat_in_morning] Initialized trigger Decrease 2nd Floor Heat in Morning
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.increase_2nd_floor_heat_in_afternoon] Initialized trigger Increase 2nd Floor Heat in Afternoon
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.decrease_2nd_floor_heat_at_night] Initialized trigger Decrease 2nd Floor Heat at Night
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.increase_2nd_floor_heat_in_morning_weekend] Initialized trigger Increase 2nd Floor Heat in Morning Weekend
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.decrease_2nd_floor_heat_in_morning_weekend] Initialized trigger Decrease 2nd Floor Heat in Morning Weekend
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.increase_2nd_floor_heat_in_afternoon_weekend] Initialized trigger Increase 2nd Floor Heat in Afternoon Weekend
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.decrease_2nd_floor_heat_at_night_weekend] Initialized trigger Decrease 2nd Floor Heat at Night Weekend
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.dryer_state_drying] Initialized trigger Dryer State - Drying
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.dryer_state_idle] Initialized trigger Dryer State - Idle
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.washer_state_start] Initialized trigger Washer State - Start
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.washer_state_idle] Initialized trigger Washer State - Idle
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.dryer_finished] Initialized trigger Dryer Finished
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.washer_finished] Initialized trigger Washer Finished
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.aqara_mini_switch_office_light] Initialized trigger Aqara Mini Switch Office Light
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.aqara_mini_switch_office_light_2] Initialized trigger Aqara Mini Switch Office Light 2
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.aqara_mini_switch_novostella_light_2] Initialized trigger Aqara Mini Switch Novostella Light 2
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.master_bedroom_light_on_aqara_motion] Initialized trigger Master Bedroom Light On (Aqara Motion)
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.master_bedroom_lights_off_with_switch] Initialized trigger Master Bedroom Lights Off (with Switch)
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.family_room_light_on_aqara_motion2] Initialized trigger Family Room Light On (Aqara Motion2)
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.family_room_light_off_aqara_motion2] Initialized trigger Family Room Light Off (Aqara Motion2)
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.brightness_100] Initialized trigger Brightness 100
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.brightness_25] Initialized trigger Brightness 25
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.synch_input_number_for_tablet_screen] Initialized trigger Synch input_number for tablet screen
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.trigger_radio_from_alarm_time] Initialized trigger Trigger Radio from Alarm time
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.snooze_radio_for_10_min] Initialized trigger Snooze Radio for 10 min
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_alarm_snooze] Initialized trigger Turn off Alarm & Snooze
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_alarm_after_30_min] Initialized trigger Turn off Alarm After 30 min
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_on_hank_smart_plug_one] Initialized trigger Turn on Hank Smart Plug One
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.turn_off_hank_smart_plug_one] Initialized trigger Turn off Hank Smart Plug One
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.firehd_7_screen_brightness] Initialized trigger FireHD 7 Screen Brightness
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.alarmclock_screen_brightness] Initialized trigger AlarmClock Screen Brightness
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.music_player_play_radio] Initialized trigger Music Player - Play Radio
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.music_player_stop_all_from_music_player] Initialized trigger Music Player - Stop all from Music Player
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.set_volume] Initialized trigger Set Volume
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.change_radio_station] Initialized trigger Change Radio Station
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.weather_alert_ui_notification_1] Initialized trigger Weather Alert UI Notification - 1
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.weather_alerts_pushbullet_notification_1] Initialized trigger Weather Alerts Pushbullet Notification - 1
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.weather_alert_ui_notification_2] Initialized trigger Weather Alert UI Notification - 2
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.weather_alerts_pushbullet_notification_2] Initialized trigger Weather Alerts Pushbullet Notification - 2
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.check_mlb_schedule] Initialized trigger Check MLB schedule
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.yankee_scheduled] Initialized trigger yankee - Scheduled
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.yankee_pre_game] Initialized trigger yankee - Pre-Game
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.yankee_in_progress] Initialized trigger yankee - In Progress
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.yankee_game_over] Initialized trigger yankee - Game Over
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.yankee_unavailable] Initialized trigger yankee - Unavailable
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.yankee_run_celebration] Initialized trigger yankee - Run Celebration
2020-12-15 11:32:55 INFO (SyncWorker_9) [homeassistant.loader] Loaded ipp from homeassistant.components.ipp
2020-12-15 11:32:55 INFO (SyncWorker_2) [homeassistant.loader] Loaded spotify from homeassistant.components.spotify
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.toggle_phillips_striplight_from_gosund3_in_garage] Initialized trigger Toggle Phillips StripLight From Gosund3 in Garage
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.toggle_basement_back_lights_from_gosund_switch1] Initialized trigger Toggle basement back lights from Gosund Switch1
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.tasmota_state_on_ha_restart] Tasmota State on HA Restart: Executing step call service
2020-12-15 11:32:55 INFO (MainThread) [homeassistant.components.automation.tasmota_state_on_ha_restart] Tasmota State on HA Restart: Executing step call service
2020-12-15 11:32:55 INFO (SyncWorker_1) [homeassistant.components.pushbullet.notify] Sent notification to self
2020-12-15 11:33:01 INFO (SyncWorker_1) [homeassistant.loader] Loaded deconz from homeassistant.components.deconz
2020-12-15 11:33:30 INFO (MainThread) [homeassistant.components.mqtt.binary_sensor] No matching payload found for entity: ozw_network_notification with state topic: OpenZWave/1/event/notification/. Payload: '{
"Node": 34,
"Event": "Notification_Code_NodeAwake",
"TimeStamp": 1608050010
}', template output: 'Notification_Code_NodeAwake', with value template 'Template("{{ value_json.Event }}")'
2020-12-15 11:33:36 INFO (MainThread) [homeassistant.components.mqtt.binary_sensor] No matching payload found for entity: ozw_network_notification with state topic: OpenZWave/1/event/notification/. Payload: '{
"Node": 34,
"Event": "Notification_Code_NodeAsleep",
"TimeStamp": 1608050016
}', template output: 'Notification_Code_NodeAsleep', with value template 'Template("{{ value_json.Event }}")'
2020-12-15 11:33:42 ERROR (SyncWorker_7) [homeassistant.components.command_line] Command failed: cat /sys/class/thermal/thermal_zone0/temp
```
Installation details
Checklist
Describe the issue
A clear and concise description of what the issue is.
I am trying to move from a supervised HA install in an LXC proxmox container to a supervised VM in proxmox. The HA install all worked fine. When I tried to restore my full backup I received this error -> Setup failed for hacs: Unable to import component: No module named 'queueman'. I opened an issue in HA however was told this is a custom component issue I need to open an issue with the author of the component. It was mentioned that it might be a network issue however I was able to ping using this "docker exec homeassistant ping home-assistant.io -c 3" so I believe the network is fine. I haven't been unable to find any helpful information via researching. Other than this issue and my frontend not loading due to custom cards being loaded through hacs HA seems to be running fine. Any information you can provide to resolve this would be appreciated.
Steps to reproduce
Debug logs
Logs
``` PASTE YOUR DEBUG LOGS HERE 2020-12-15 11:32:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for dwains_dashboard which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-12-15 11:32:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for browser_mod which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-12-15 11:32:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for display which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-12-15 11:32:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for garbage_collection which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-12-15 11:32:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-12-15 11:32:32 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up recorder 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up http 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.1 seconds 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up system_log 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.1 seconds 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'device_automation', 'system_log', 'frontend', 'websocket_api', 'search', 'alexa', 'hassio', 'image', 'http', 'person', 'cloud', 'config', 'lovelace', 'auth', 'webhook', 'api', 'onboarding'} 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up device_automation 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up websocket_api 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up alexa 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain alexa took 0.0 seconds 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up hassio 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up config 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up lovelace 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up auth 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up webhook 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up api 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up search 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.0 seconds 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up image 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.1 seconds 2020-12-15 11:32:33 INFO (SyncWorker_3) [homeassistant.loader] Loaded google_assistant from homeassistant.components.google_assistant 2020-12-15 11:32:33 INFO (SyncWorker_5) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.1 seconds 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setup of domain image took 0.0 seconds 2020-12-15 11:32:33 INFO (MainThread) [homeassistant.setup] Setting up person 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up cloud 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.7 seconds 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.0 seconds 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up onboarding 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.helpers.storage] Migrating onboarding storage from 1 to 3 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.0 seconds 2020-12-15 11:32:34 INFO (SyncWorker_5) [homeassistant.loader] Loaded panel_custom from homeassistant.components.panel_custom 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up frontend 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 1.0 seconds 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'media_source', 'timer', 'ffmpeg', 'airvisual', 'scene', 'input_boolean', 'input_select', 'group', 'nws', 'zeroconf', 'updater', 'input_number', 'onvif', 'device_tracker', 'emulated_hue', 'history', 'light', 'persistent_notification', 'tts', 'rest_command', 'ozw', 'automation', 'counter', 'notify', 'script', 'input_text', 'cover', 'ifttt', 'camera', 'iqvia', 'wled', 'logbook', 'stream', 'system_health', 'amcrest', 'dwains_dashboard', 'sensor', 'alarm_control_panel', 'tag', 'cast', 'browser_mod', 'map', 'display', 'binary_sensor', 'life360', 'garbage_collection', 'weather', 'mqtt', 'ssdp', 'sun', 'blueprint', 'zone', 'zha', 'default_config', 'input_datetime', 'conversation', 'switch', 'mobile_app', 'hacs', 'hue'} 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up media_source 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up timer 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up ffmpeg 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up airvisual 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain airvisual took 0.0 seconds 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up scene 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up input_boolean 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up input_select 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up group 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up nws 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain nws took 0.0 seconds 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up updater 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up input_number 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up history 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds 2020-12-15 11:32:34 INFO (SyncWorker_1) [homeassistant.loader] Loaded osramlightify from homeassistant.components.osramlightify 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up rest_command 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain rest_command took 0.0 seconds 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up counter 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up input_text 2020-12-15 11:32:34 INFO (SyncWorker_4) [homeassistant.loader] Loaded pushbullet from homeassistant.components.pushbullet 2020-12-15 11:32:34 INFO (SyncWorker_5) [homeassistant.loader] Loaded generic from homeassistant.components.generic 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up iqvia 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain iqvia took 0.0 seconds 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up logbook 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up system_health 2020-12-15 11:32:34 INFO (SyncWorker_2) [homeassistant.loader] Loaded rest from homeassistant.components.rest 2020-12-15 11:32:34 INFO (SyncWorker_6) [homeassistant.loader] Loaded manual from homeassistant.components.manual 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up tag 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up browser_mod 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up map 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds 2020-12-15 11:32:34 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for fully_kiosk which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up display 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain display took 0.0 seconds 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up life360 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up garbage_collection 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain garbage_collection took 0.0 seconds 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up sun 2020-12-15 11:32:34 INFO (SyncWorker_4) [homeassistant.loader] Loaded darksky from homeassistant.components.darksky 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up blueprint 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.0 seconds 2020-12-15 11:32:34 INFO (MainThread) [homeassistant.setup] Setting up zone 2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setting up zha 2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setup of domain zha took 0.0 seconds 2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setting up input_datetime 2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setting up conversation 2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setup of domain conversation took 0.0 seconds 2020-12-15 11:32:35 INFO (SyncWorker_5) [homeassistant.loader] Loaded command_line from homeassistant.components.command_line 2020-12-15 11:32:35 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant 2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setting up media_player 2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.0 seconds 2020-12-15 11:32:35 INFO (MainThread) [custom_components.display] Setting up display.fully_kiosk 2020-12-15 11:32:35 INFO (SyncWorker_6) [custom_components.fully_kiosk.display] Setting up FullyKioskDevice for firehd7 at 192.168.1.38:2323 2020-12-15 11:32:35 INFO (SyncWorker_3) [homeassistant.loader] Loaded template from homeassistant.components.template 2020-12-15 11:32:35 INFO (SyncWorker_2) [homeassistant.loader] Loaded lannouncer from homeassistant.components.lannouncer 2020-12-15 11:32:35 INFO (SyncWorker_4) [homeassistant.loader] Loaded mjpeg from homeassistant.components.mjpeg 2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setting up alarm_control_panel 2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setup of domain alarm_control_panel took 0.0 seconds 2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setup of domain life360 took 1.0 seconds 2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setting up weather 2020-12-15 11:32:35 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 1.7 seconds 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up zeroconf 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up emulated_hue 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain emulated_hue took 0.0 seconds 2020-12-15 11:32:36 INFO (SyncWorker_0) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up cover 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.0 seconds 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up ifttt 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain ifttt took 0.0 seconds 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 1.5 seconds 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up stream 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.1 seconds 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 1.5 seconds 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up dwains_dashboard 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain dwains_dashboard took 0.0 seconds 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.manual 2020-12-15 11:32:36 INFO (SyncWorker_5) [homeassistant.loader] Loaded trend from homeassistant.components.trend 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.components.weather] Setting up weather.darksky 2020-12-15 11:32:36 ERROR (MainThread) [homeassistant.setup] Setup failed for hacs: Unable to import component: No module named 'queueman' 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain ffmpeg took 2.1 seconds 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up mqtt 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain mqtt took 0.0 seconds 2020-12-15 11:32:36 INFO (SyncWorker_4) [homeassistant.loader] Loaded smtp from homeassistant.components.smtp 2020-12-15 11:32:36 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for nwsradar which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up camera 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 1.6 seconds 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.4 seconds 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up tts 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds 2020-12-15 11:32:36 INFO (MainThread) [custom_components.garbage_collection] Successfully removed sensor from the garbage_collection integration 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up wled 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setup of domain wled took 0.0 seconds 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.setup] Setting up notify 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.rest 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.rest 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.trend 2020-12-15 11:32:36 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.trend 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setting up light 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.notify] Setting up notify.smtp 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.notify] Setting up notify.pushbullet 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.notify] Setting up notify.lannouncer 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 2.5 seconds 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setting up hue 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setup of domain hue took 0.0 seconds 2020-12-15 11:32:37 INFO (SyncWorker_2) [homeassistant.loader] Loaded sql from homeassistant.components.sql 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setting up switch 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.osramlightify 2020-12-15 11:32:37 INFO (SyncWorker_6) [lightify] Initializing lightify, version=1.0.7.2 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setup of domain camera took 0.9 seconds 2020-12-15 11:32:37 INFO (Thread-5) [homeassistant.components.mqtt] Connected to MQTT server 192.168.1.8:1883 (0) 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setup of domain group took 2.6 seconds 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.command_line 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.command_line 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.command_line 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.camera] Setting up camera.generic 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.camera] Setting up camera.generic 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.camera] Setting up camera.mjpeg 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.camera] Setting up camera.ffmpeg 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.camera] Setting up camera.ffmpeg 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.camera] Setting up camera.nwsradar 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.camera] Setting up camera.ffmpeg 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.2 seconds 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.updater 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setting up ssdp 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds 2020-12-15 11:32:37 INFO (SyncWorker_10) [homeassistant.loader] Loaded season from homeassistant.components.season 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.switch 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setting up onvif 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setup of domain onvif took 0.0 seconds 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setting up amcrest 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.group 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.group 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.group 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.group 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.group 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.group 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.group 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.cover] Setting up cover.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.cover] Setting up cover.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:37 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 1.2 seconds 2020-12-15 11:32:37 INFO (SyncWorker_7) [homeassistant.loader] Loaded uptime from homeassistant.components.uptime 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 3.7 seconds 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 3.4 seconds 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 3.3 seconds 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 3.3 seconds 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 3.3 seconds 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 3.3 seconds 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setting up automation 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 3.3 seconds 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 2.6 seconds 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: light 0B0F60_LI_1 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch C3DDB3_RL_1 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor C3DDB3_status 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 0B0F60_status 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.light] Setting up light.template 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.light] Setting up light.template 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template 2020-12-15 11:32:38 INFO (SyncWorker_6) [homeassistant.loader] Loaded time_date from homeassistant.components.time_date 2020-12-15 11:32:38 INFO (SyncWorker_0) [homeassistant.loader] Loaded statistics from homeassistant.components.statistics 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 1.4 seconds 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setting up ozw 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain ozw took 0.0 seconds 2020-12-15 11:32:38 INFO (SyncWorker_2) [homeassistant.loader] Loaded tasmota from homeassistant.components.tasmota 2020-12-15 11:32:38 INFO (SyncWorker_1) [homeassistant.loader] Loaded nmap_tracker from homeassistant.components.nmap_tracker 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2020-12-15 11:32:38 INFO (SyncWorker_6) [homeassistant.loader] Loaded plex from homeassistant.components.plex 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.4 seconds 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setting up device_tracker 2020-12-15 11:32:38 INFO (SyncWorker_8) [homeassistant.loader] Loaded min_max from homeassistant.components.min_max 2020-12-15 11:32:38 INFO (SyncWorker_2) [homeassistant.loader] Loaded sonos from homeassistant.components.sonos 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.ozw 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.cover] Setting up cover.ozw 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.light] Setting up light.ozw 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.switch] Setting up switch.ozw 2020-12-15 11:32:38 INFO (SyncWorker_3) [homeassistant.loader] Loaded fan from homeassistant.components.fan 2020-12-15 11:32:38 INFO (SyncWorker_6) [homeassistant.loader] Loaded lock from homeassistant.components.lock 2020-12-15 11:32:38 INFO (SyncWorker_1) [homeassistant.loader] Loaded climate from homeassistant.components.climate 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.light] Setting up light.wled 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wled 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.components.updater] Submitted analytics to Home Assistant servers. Information submitted includes {} 2020-12-15 11:32:38 INFO (SyncWorker_10) [homeassistant.loader] Loaded moon from homeassistant.components.moon 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setting up fan 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain fan took 0.0 seconds 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setting up lock 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain lock took 0.0 seconds 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setting up climate 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds 2020-12-15 11:32:38 INFO (MainThread) [homeassistant.setup] Setup of domain amcrest took 1.2 seconds 2020-12-15 11:32:39 INFO (MainThread) [homeassistant.setup] Setting up mobile_app 2020-12-15 11:32:39 INFO (SyncWorker_5) [homeassistant.loader] Loaded systemmonitor from homeassistant.components.systemmonitor 2020-12-15 11:32:39 INFO (MainThread) [homeassistant.components.fan] Setting up fan.ozw 2020-12-15 11:32:39 INFO (MainThread) [homeassistant.components.lock] Setting up lock.ozw 2020-12-15 11:32:39 INFO (MainThread) [homeassistant.components.climate] Setting up climate.ozw 2020-12-15 11:32:39 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.legacy 2020-12-15 11:32:39 INFO (MainThread) [homeassistant.components.light] Setting up light.hue 2020-12-15 11:32:39 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.hue 2020-12-15 11:32:39 INFO (MainThread) [homeassistant.components.camera] Setting up camera.amcrest 2020-12-15 11:32:39 INFO (MainThread) [homeassistant.components.camera] Setting up camera.amcrest 2020-12-15 11:32:39 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.amcrest 2020-12-15 11:32:39 INFO (SyncWorker_1) [homeassistant.loader] Loaded version from homeassistant.components.version 2020-12-15 11:32:39 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.5 seconds 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for weatheralerts which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:40 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:41 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option is deprecated, please remove it from your configuration 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.setup] Setting up sensor 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds 2020-12-15 11:32:41 INFO (SyncWorker_3) [homeassistant.loader] Loaded air_quality from homeassistant.components.air_quality 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.setup] Setting up cast 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.setup] Setup of domain cast took 0.0 seconds 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.sql 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.darksky 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.season 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.uptime 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.time_date 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.statistics 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.statistics 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.statistics 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.min_max 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.min_max 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.min_max 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.min_max 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.moon 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.statistics 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.command_line 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.systemmonitor 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.version 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.weatheralerts 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.weatheralerts 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.setup] Setup of domain browser_mod took 6.9 seconds 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.dwains_dashboard 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.wled 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.ozw 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hue 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.iqvia 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.airvisual 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.setup] Setting up air_quality 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.setup] Setup of domain air_quality took 0.0 seconds 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app 2020-12-15 11:32:41 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 3.4 seconds 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.garbage_collection 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.garbage_collection 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.garbage_collection 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.browser_mod 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.browser_mod 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.light] Setting up light.browser_mod 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.camera] Setting up camera.browser_mod 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.browser_mod 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.air_quality] Setting up air_quality.airvisual 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.cast 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Not adding entity WLED Uptime because it's disabled 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Not adding entity WLED Free Memory because it's disabled 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Not adding entity WLED Wi-Fi BSSID because it's disabled 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Not adding entity WLED Wi-Fi Channel because it's disabled 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Not adding entity WLED Wi-Fi RSSI because it's disabled 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Not adding entity WLED Wi-Fi Signal because it's disabled 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Chinese Air Quality Index because it's disabled 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Chinese Main Pollutant because it's disabled 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.legacy 2020-12-15 11:32:42 ERROR (SyncWorker_0) [homeassistant.components.command_line] Command failed: cat /sys/class/thermal/thermal_zone0/temp 2020-12-15 11:32:42 INFO (SyncWorker_0) [pychromecast] Querying device status 2020-12-15 11:32:42 INFO (SyncWorker_9) [pychromecast] Querying device status 2020-12-15 11:32:42 INFO (SyncWorker_3) [pychromecast] Querying device status 2020-12-15 11:32:42 INFO (SyncWorker_8) [pychromecast] Querying device status 2020-12-15 11:32:42 INFO (SyncWorker_10) [pychromecast] Querying device status 2020-12-15 11:32:42 INFO (SyncWorker_1) [pychromecast] Querying device status 2020-12-15 11:32:42 INFO (SyncWorker_6) [homeassistant.loader] Loaded calendar from homeassistant.components.calendar 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.weather] Setting up weather.nws 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.setup] Setting up calendar 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.setup] Setup of domain calendar took 0.0 seconds 2020-12-15 11:32:42 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.garbage_collection 2020-12-15 11:32:43 INFO (MainThread) [homeassistant.setup] Setting up script 2020-12-15 11:32:43 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.1 seconds 2020-12-15 11:32:44 INFO (MainThread) [homeassistant.setup] Setting up default_config 2020-12-15 11:32:44 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.0 seconds 2020-12-15 11:32:44 INFO (MainThread) [custom_components.weatheralerts.sensor] {'@context': ['https://geojson.org/geojson-ld/geojson-context.jsonld', {'@version': '1.1', 'wx': 'https://api.weather.gov/ontology#', '@vocab': 'https://api.weather.gov/ontology#'}], 'type': 'FeatureCollection', 'features': [{'id': 'https://api.weather.gov/alerts/NWS-IDP-PROD-4610497-3786334', 'type': 'Feature', 'geometry': None, 'properties': {'@id': 'https://api.weather.gov/alerts/NWS-IDP-PROD-4610497-3786334', '@type': 'wx:Alert', 'id': 'NWS-IDP-PROD-4610497-3786334', 'areaDesc': 'Lower Bucks; Delaware; Mercer; Western Chester; Hunterdon; Eastern Chester; Western Montgomery; Morris; Middlesex; Eastern Montgomery; Somerset; Upper Bucks; Philadelphia', 'geocode': {'UGC': ['PAZ106', 'PAZ070', 'NJZ015', 'PAZ101', 'NJZ009', 'PAZ102', 'PAZ103', 'NJZ008', 'NJZ012', 'PAZ104', 'NJZ010', 'PAZ105', 'PAZ071'], 'SAME': ['042017', '042045', '034021', '042029', '034019', '042091', '034027', '034023', '034035', '042101']}, 'affectedZones': ['https://api.weather.gov/zones/forecast/PAZ106', 'https://api.weather.gov/zones/forecast/PAZ070', 'https://api.weather.gov/zones/forecast/NJZ015', 'https://api.weather.gov/zones/forecast/PAZ101', 'https://api.weather.gov/zones/forecast/NJZ009', 'https://api.weather.gov/zones/forecast/PAZ102', 'https://api.weather.gov/zones/forecast/PAZ103', 'https://api.weather.gov/zones/forecast/NJZ008', 'https://api.weather.gov/zones/forecast/NJZ012', 'https://api.weather.gov/zones/forecast/PAZ104', 'https://api.weather.gov/zones/forecast/NJZ010', 'https://api.weather.gov/zones/forecast/PAZ105', 'https://api.weather.gov/zones/forecast/PAZ071'], 'references': [], 'sent': '2020-12-15T03:18:00-05:00', 'effective': '2020-12-15T03:18:00-05:00', 'onset': '2020-12-16T10:00:00-05:00', 'expires': '2020-12-15T18:00:00-05:00', 'ends': '2020-12-17T10:00:00-05:00', 'status': 'Actual', 'messageType': 'Alert', 'category': 'Met', 'severity': 'Severe', 'certainty': 'Likely', 'urgency': 'Expected', 'event': 'Winter Storm Warning', 'sender': 'w-nws.webmaster@noaa.gov', 'senderName': 'NWS Mount Holly NJ', 'headline': 'Winter Storm Warning issued December 15 at 3:18AM EST until December 17 at 10:00AM EST by NWS Mount Holly NJ', 'description': '* WHAT...Heavy mixed precipitation expected. Total snow\naccumulations in excess of 12 inches along with ice\naccumulations of a light glaze. Winds gusting as high as 35 mph.\n\n* WHERE...Portions of central, northern and northwest New Jersey\nand southeast Pennsylvania.\n\n* WHEN...From 10 AM Wednesday to 10 AM EST Thursday.\n\n* IMPACTS...Travel could be very difficult to impossible. The\nhazardous conditions could impact the evening commute on\nWednesday and the morning commute on Thursday. The heavy snow\ncould result in power outages.\n\n* ADDITIONAL DETAILS...Snow will move in southwest to northeast\nlate Wednesday morning into the early afternoon. The snow could\nbecome heavy at times late Wednesday afternoon into Wednesday\nnight. There may also be some sleet and freezing rain mixed in\nat times.', 'instruction': 'If you must travel, keep an extra flashlight, food, and water in\nyour vehicle in case of an emergency.\n\nThe latest road conditions for the state you are calling from can\nbe obtained by calling 5 1 1.', 'response': 'Prepare', 'parameters': {'NWSheadline': ['WINTER STORM WARNING IN EFFECT FROM 10 AM WEDNESDAY TO 10 AM EST THURSDAY'], 'HazardType': ['Mixed Precipitation, Heavy Mixed precipitation'], 'VTEC': ['/O.NEW.KPHI.WS.W.0001.201216T1500Z-201217T1500Z/'], 'EAS-ORG': ['WXR'], 'PIL': ['PHIWSWPHI'], 'BLOCKCHANNEL': ['CMAS', 'EAS', 'NWEM'], 'eventEndingTime': ['2020-12-17T15:00:00+00:00']}}}], 'title': 'current watches, warnings, and advisories for Somerset (NJZ010) NJ', 'updated': '2020-12-15T08:18:46+00:00'} 2020-12-15 11:32:44 INFO (MainThread) [custom_components.weatheralerts.sensor] Added sensor with name 'Somerset' for feedid 'NJZ010,NJC035' 2020-12-15 11:32:44 INFO (MainThread) [homeassistant.components.camera] Setting up camera.onvif 2020-12-15 11:32:44 INFO (MainThread) [homeassistant.components.camera] Setting up camera.onvif 2020-12-15 11:32:44 INFO (MainThread) [homeassistant.components.camera] Not adding entity Reolink Driveway - Profile001_SubStream because it's disabled 2020-12-15 11:32:44 INFO (MainThread) [homeassistant.components.camera] Not adding entity Reolink Backyard - Profile001_SubStream because it's disabled 2020-12-15 11:32:45 INFO (MainThread) [custom_components.weatheralerts.sensor] {'@context': ['https://geojson.org/geojson-ld/geojson-context.jsonld', {'@version': '1.1', 'wx': 'https://api.weather.gov/ontology#', '@vocab': 'https://api.weather.gov/ontology#'}], 'type': 'FeatureCollection', 'features': [{'id': 'https://api.weather.gov/alerts/NWS-IDP-PROD-4610459-3786309', 'type': 'Feature', 'geometry': None, 'properties': {'@id': 'https://api.weather.gov/alerts/NWS-IDP-PROD-4610459-3786309', '@type': 'wx:Alert', 'id': 'NWS-IDP-PROD-4610459-3786309', 'areaDesc': 'Ocean; Southeastern Burlington; Middlesex; Coastal Ocean; Eastern Monmouth; Western Monmouth', 'geocode': {'UGC': ['NJZ020', 'NJZ027', 'NJZ012', 'NJZ026', 'NJZ014', 'NJZ013'], 'SAME': ['034029', '034005', '034023', '034025']}, 'affectedZones': ['https://api.weather.gov/zones/forecast/NJZ020', 'https://api.weather.gov/zones/forecast/NJZ027', 'https://api.weather.gov/zones/forecast/NJZ012', 'https://api.weather.gov/zones/forecast/NJZ026', 'https://api.weather.gov/zones/forecast/NJZ014', 'https://api.weather.gov/zones/forecast/NJZ013'], 'references': [{'@id': 'https://api.weather.gov/alerts/NWS-IDP-PROD-4608981-3785785', 'identifier': 'NWS-IDP-PROD-4608981-3785785', 'sender': 'w-nws.webmaster@noaa.gov', 'sent': '2020-12-14T14:49:00-05:00'}], 'sent': '2020-12-15T02:41:00-05:00', 'effective': '2020-12-15T02:41:00-05:00', 'onset': '2020-12-17T07:00:00-05:00', 'expires': '2020-12-15T16:30:00-05:00', 'ends': '2020-12-17T15:00:00-05:00', 'status': 'Actual', 'messageType': 'Update', 'category': 'Met', 'severity': 'Moderate', 'certainty': 'Possible', 'urgency': 'Future', 'event': 'Coastal Flood Watch', 'sender': 'w-nws.webmaster@noaa.gov', 'senderName': 'NWS Mount Holly NJ', 'headline': 'Coastal Flood Watch issued December 15 at 2:41AM EST until December 17 at 3:00PM EST by NWS Mount Holly NJ', 'description': '* WHAT...One to two feet of inundation above ground level\npossible in low-lying areas near shorelines and tidal\nwaterways.\n\n* WHERE...Tidal portions of Middlesex, Monmouth, Ocean, and\nsoutheastern Burlington Counties in New Jersey.\n\n* WHEN...From Thursday morning through Thursday afternoon.\n\n* IMPACTS...At this level, widespread roadway flooding occurs in\ncoastal and bayside communities and along inland tidal\nwaterways. Many roads become impassable. Some damage to\nvulnerable structures may begin to occur.\n\n* ADDITIONAL DETAILS...Minor tidal flooding may occur with the\nTuesday morning and Wednesday morning and evening high tides.', 'instruction': 'A Coastal Flood Watch means that conditions favorable for\nflooding are expected to develop.\n\nBe prepared to begin taking appropriate action to protect life\nand property. Follow the recommendations of local emergency\nmanagement officials. Be sure to check the latest forecast from\ntime to time in case a warning is issued or any new information\nbecomes available.\n\nVisit the Advanced Hydrologic Prediction Service at\nwater.weather.gov/ahps for additional water level and flood\nimpact information for your local tide gauge.', 'response': 'Prepare', 'parameters': {'NWSheadline': ['COASTAL FLOOD WATCH REMAINS IN EFFECT FROM THURSDAY MORNING THROUGH THURSDAY AFTERNOON'], 'VTEC': ['/O.CON.KPHI.CF.A.0003.201217T1200Z-201217T2000Z/'], 'EAS-ORG': ['WXR'], 'PIL': ['PHICFWPHI'], 'BLOCKCHANNEL': ['CMAS', 'EAS', 'NWEM'], 'eventEndingTime': ['2020-12-17T20:00:00+00:00']}}}], 'title': 'current watches, warnings, and advisories for Ocean (NJZ020) NJ', 'updated': '2020-12-15T07:41:29+00:00'} 2020-12-15 11:32:45 INFO (MainThread) [custom_components.weatheralerts.sensor] Added sensor with name 'Ocean' for feedid 'NJZ020,NJC029' 2020-12-15 11:32:45 INFO (MainThread) [bellows.zigbee.application] EZSP Radio manufacturer: HubZ ZigBee 2020-12-15 11:32:45 INFO (MainThread) [bellows.zigbee.application] EZSP Radio board name: HUSBZB-1 2020-12-15 11:32:45 INFO (MainThread) [bellows.zigbee.application] EmberZNet version: 5.4.1.0 build 962 2020-12-15 11:32:45 INFO (MainThread) [bellows.zigbee.application] Node type: EmberNodeType.COORDINATOR, Network parameters: EmberNetworkParameters(extendedPanId=68:6a:89:ff:28:21:4e:13, panId=0x6ab4, radioTxPower=8, radioChannel=15, joinMethod=