Home Assistant release with the issue:
0.84.0.dev0
Last working Home Assistant release (if known):
0.83.0.dev0
Operating environment (Hass.io/Docker/Windows/etc.):
Ubuntu 18.04
Component/platform:
Description of problem:
The new json based restore state does not always work.
Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):
Traceback (if applicable):
Traceback (most recent call last):
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/switch/mqtt.py", line 140, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/mqtt/__init__.py", line 843, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/mqtt/__init__.py", line 904, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/switch/mqtt.py", line 140, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/mqtt/__init__.py", line 843, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/mqtt/__init__.py", line 904, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/switch/mqtt.py", line 140, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/mqtt/__init__.py", line 843, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/mqtt/__init__.py", line 904, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 396, in async_init_single_device
await dev.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/device_tracker/__init__.py", line 577, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 98, in async_get_instance
return await task
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 98, in async_get_instance
return await task
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 98, in async_get_instance
return await task
[Previous line repeated 48 more times]
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/automation/__init__.py", line 230, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/sensor/speedtest.py", line 139, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/sensor/speedtest.py", line 139, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/sensor/speedtest.py", line 139, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/input_select.py", line 131, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/input_select.py", line 131, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/entity_platform.py", line 349, in _async_add_entity
await entity.async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/components/input_select.py", line 131, in async_added_to_hass
await super().async_added_to_hass()
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 185, in async_added_to_hass
RestoreStateData.async_get_instance(self.hass),
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 98, in async_get_instance
return await task
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 98, in async_get_instance
return await task
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 98, in async_get_instance
return await task
[Previous line repeated 32 more times]
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 83, in load_instance
for item in stored_states}
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 83, in <dictcomp>
for item in stored_states}
File "/home/knutas/src/home-assistant/env/lib/python3.7/site-packages/homeassistant-0.84.0.dev0-py3.7.egg/homeassistant/helpers/restore_state.py", line 49, in from_dict
last_seen = json_dict['last_seen']
KeyError: 'last_seen'
Additional information:
This happens for people that have used dev in the 24 hours until it was fixed. You can fix it locally by deleting <config>/.storage/core.restore_state
CC @armills
Yeah, I started to write a storage versioned migration, but figured it probably wasn't worth maintaining forever for something that was only on dev for a day.
Most helpful comment
This happens for people that have used dev in the 24 hours until it was fixed. You can fix it locally by deleting
<config>/.storage/core.restore_stateCC @armills