UPDATE: @nickrout I just rebooted and everything including my Hue lights came up. To provide you an example of my log when the lights actually do come up on start, here is what that log looks like as well. You’ll see it complains about error connecting to Hue bridge and that lights are taking longer than 10 seconds to respond, but right now everything appears to be working responsively.
2018-10-24 09:31:41 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=242 from 2018-10-24 13:18:41.596429)
2018-10-24 09:31:44 WARNING (MainThread) [homeassistant.loader] You are using a custom component for media_player.alexa which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2018-10-24 09:32:02 WARNING (MainThread) [homeassistant.setup] Setup of group is taking over 10 seconds.
2018-10-24 09:32:02 WARNING (MainThread) [homeassistant.setup] Setup of updater is taking over 10 seconds.
2018-10-24 09:32:02 WARNING (MainThread) [homeassistant.setup] Setup of homekit is taking over 10 seconds.
2018-10-24 09:32:02 WARNING (MainThread) [homeassistant.setup] Setup of hydrawise is taking over 10 seconds.
2018-10-24 09:32:02 ERROR (MainThread) [homeassistant.components.hue] Error connecting to the Hue bridge at 192.168.7.37
2018-10-24 09:32:02 ERROR (MainThread) [homeassistant.components.hue] Error connecting to the Hue bridge at 192.168.7.37. Retrying in 2 seconds
2018-10-24 09:32:05 ERROR (MainThread) [homeassistant.components.sensor] upnp: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 251, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/upnp.py", line 147, in async_update
self._state = await self._device.async_get_total_packets_received()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/upnp/device.py", line 127, in async_get_total_packets_received
return await self._igd_device.async_get_total_packets_received()
File "/usr/local/lib/python3.6/site-packages/async_upnp_client/igd.py", line 86, in async_get_total_packets_received
result = await action.async_call()
AttributeError: 'NoneType' object has no attribute 'async_call'
2018-10-24 09:32:05 ERROR (MainThread) [homeassistant.components.sensor] upnp: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 251, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/upnp.py", line 143, in async_update
self._state = await self._device.async_get_total_bytes_received()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/upnp/device.py", line 118, in async_get_total_bytes_received
return await self._igd_device.async_get_total_bytes_received()
File "/usr/local/lib/python3.6/site-packages/async_upnp_client/igd.py", line 73, in async_get_total_bytes_received
result = await action.async_call()
AttributeError: 'NoneType' object has no attribute 'async_call'
2018-10-24 09:32:05 ERROR (MainThread) [homeassistant.components.sensor] upnp: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 251, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/upnp.py", line 204, in async_update
new_value = await self._async_fetch_value()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/upnp.py", line 258, in _async_fetch_value
return await self._device.async_get_total_packets_received()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/upnp/device.py", line 127, in async_get_total_packets_received
return await self._igd_device.async_get_total_packets_received()
File "/usr/local/lib/python3.6/site-packages/async_upnp_client/igd.py", line 86, in async_get_total_packets_received
result = await action.async_call()
AttributeError: 'NoneType' object has no attribute 'async_call'
2018-10-24 09:32:05 ERROR (MainThread) [homeassistant.components.sensor] upnp: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 251, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/upnp.py", line 204, in async_update
new_value = await self._async_fetch_value()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/upnp.py", line 260, in _async_fetch_value
return await self._device.async_get_total_packets_sent()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/upnp/device.py", line 131, in async_get_total_packets_sent
return await self._igd_device.async_get_total_packets_sent()
File "/usr/local/lib/python3.6/site-packages/async_upnp_client/igd.py", line 92, in async_get_total_packets_sent
result = await action.async_call()
AttributeError: 'NoneType' object has no attribute 'async_call'
2018-10-24 09:32:05 ERROR (MainThread) [homeassistant.components.sensor] upnp: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 251, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/upnp.py", line 149, in async_update
self._state = await self._device.async_get_total_packets_sent()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/upnp/device.py", line 131, in async_get_total_packets_sent
return await self._igd_device.async_get_total_packets_sent()
File "/usr/local/lib/python3.6/site-packages/async_upnp_client/igd.py", line 92, in async_get_total_packets_sent
result = await action.async_call()
AttributeError: 'NoneType' object has no attribute 'async_call'
2018-10-24 09:32:05 ERROR (MainThread) [homeassistant.components.sensor] upnp: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 251, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/upnp.py", line 145, in async_update
self._state = await self._device.async_get_total_bytes_sent()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/upnp/device.py", line 122, in async_get_total_bytes_sent
return await self._igd_device.async_get_total_bytes_sent()
File "/usr/local/lib/python3.6/site-packages/async_upnp_client/igd.py", line 79, in async_get_total_bytes_sent
result = await action.async_call()
AttributeError: 'NoneType' object has no attribute 'async_call'
2018-10-24 09:32:05 ERROR (MainThread) [homeassistant.components.sensor] upnp: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 251, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/upnp.py", line 204, in async_update
new_value = await self._async_fetch_value()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/upnp.py", line 234, in _async_fetch_value
return await self._device.async_get_total_bytes_received()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/upnp/device.py", line 118, in async_get_total_bytes_received
return await self._igd_device.async_get_total_bytes_received()
File "/usr/local/lib/python3.6/site-packages/async_upnp_client/igd.py", line 73, in async_get_total_bytes_received
result = await action.async_call()
AttributeError: 'NoneType' object has no attribute 'async_call'
2018-10-24 09:32:05 ERROR (MainThread) [homeassistant.components.sensor] upnp: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 251, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/upnp.py", line 204, in async_update
new_value = await self._async_fetch_value()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/upnp.py", line 236, in _async_fetch_value
return await self._device.async_get_total_bytes_sent()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/upnp/device.py", line 122, in async_get_total_bytes_sent
return await self._igd_device.async_get_total_bytes_sent()
File "/usr/local/lib/python3.6/site-packages/async_upnp_client/igd.py", line 79, in async_get_total_bytes_sent
result = await action.async_call()
AttributeError: 'NoneType' object has no attribute 'async_call'
2018-10-24 09:32:10 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/device_tracker/automatic.py", line 315, in load_vehicle
yield from self.async_see(**kwargs)
TypeError: async_see() argument after ** must be a mapping, not NoneType
2018-10-24 09:32:22 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-10-24 09:32:28 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-10-24 09:32:30 ERROR (MainThread) [homeassistant.components.light.hue] Unable to reach bridge 192.168.7.37 ()
2018-10-24 09:32:30 WARNING (MainThread) [homeassistant.components.light] Updating hue light took longer than the scheduled update interval 0:00:05
2018-10-24 09:32:31 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-10-24 09:32:34 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-10-24 09:32:34 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.matthews_3rd_echo_dot is taking over 10 seconds
2018-10-24 09:32:34 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.entryway_lamp is taking over 10 seconds
2018-10-24 09:32:35 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.kitchen_accents is taking over 10 seconds
2018-10-24 09:32:35 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.dining_room_lamp_left_2 is taking over 10 seconds
2018-10-24 09:32:35 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_ceiling is taking over 10 seconds
2018-10-24 09:32:35 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.dining_room_lamp_right_2 is taking over 10 seconds
2018-10-24 09:32:35 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.guest_bedroom is taking over 10 seconds
2018-10-24 09:32:36 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.hue_lightstrip_1 is taking over 10 seconds
2018-10-24 09:32:36 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.hue_color_lamp_1 is taking over 10 seconds
2018-10-24 09:32:36 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.hue_color_lamp_2 is taking over 10 seconds
2018-10-24 09:32:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_downlight_3 is taking over 10 seconds
2018-10-24 09:32:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.kitchen_sink is taking over 10 seconds
2018-10-24 09:32:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_downlight_5 is taking over 10 seconds
2018-10-24 09:32:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_downlight_1 is taking over 10 seconds
2018-10-24 09:32:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lamp_left is taking over 10 seconds
2018-10-24 09:32:38 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.kitchen_downlight_1 is taking over 10 seconds
2018-10-24 09:32:38 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.kitchen_downlight_2 is taking over 10 seconds
2018-10-24 09:32:38 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.living_room_lamp_left is taking over 10 seconds
2018-10-24 09:32:38 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_downlight_6 is taking over 10 seconds
2018-10-24 09:32:38 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_downlight_2 is taking over 10 seconds
2018-10-24 09:32:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.entertainment_area is taking over 10 seconds
2018-10-24 09:32:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bar_counter is taking over 10 seconds
2018-10-24 09:32:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.entertainment_area_2 is taking over 10 seconds
2018-10-24 09:32:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.kitchen_counter is taking over 10 seconds
2018-10-24 09:32:40 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lamps is taking over 10 seconds
2018-10-24 09:32:40 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_downlight_4 is taking over 10 seconds
2018-10-24 09:32:40 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.living_room_lamps is taking over 10 seconds
2018-10-24 09:32:40 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.kitchen_downlight_4 is taking over 10 seconds
2018-10-24 09:32:40 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.entryway_table is taking over 10 seconds
2018-10-24 09:32:41 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.living_room_lamp_right is taking over 10 seconds
2018-10-24 09:32:41 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.dining_room_lamps is taking over 10 seconds
2018-10-24 09:32:41 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lamp_right is taking over 10 seconds
2018-10-24 09:32:41 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.kitchen_ceiling is taking over 10 seconds
2018-10-24 09:32:42 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.kitchen_downlight_3 is taking over 10 seconds
2018-10-24 09:32:42 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ds_hue is taking over 10 seconds
2018-10-24 09:32:42 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.hue_bloom_1 is taking over 10 seconds
2018-10-24 09:32:44 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-10-24 09:32:44 WARNING (MainThread) [homeassistant.components.light] Setup of platform zwave is taking over 10 seconds.
2018-10-24 09:32:46 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.bedroom_sonos is taking over 10 seconds
2018-10-24 09:32:46 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-10-24 09:32:47 WARNING (MainThread) [homeassistant.components.media_player] Updating sonos media_player took longer than the scheduled update interval 0:00:10
2018-10-24 09:32:47 WARNING (MainThread) [homeassistant.components.media_player] Updating alexa media_player took longer than the scheduled update interval 0:00:10
2018-10-24 09:32:56 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-10-24 09:32:57 WARNING (MainThread) [homeassistant.helpers.entity] Update of binary_sensor.downstairs_thermostat_fan is taking over 10 seconds
2018-10-24 09:32:57 WARNING (MainThread) [homeassistant.components.switch] Setup of platform zwave is taking over 10 seconds.
2018-10-24 09:33:00 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-10-24 09:33:04 WARNING (MainThread) [homeassistant.components.media_player] Updating alexa media_player took longer than the scheduled update interval 0:00:10
2018-10-24 09:33:04 WARNING (MainThread) [homeassistant.components.light] Updating hue light took longer than the scheduled update interval 0:00:05
2018-10-24 09:33:05 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-10-24 09:33:05 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.matthews_2nd_echo_dot is taking over 10 seconds
2018-10-24 09:33:05 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.energy_usage is taking over 10 seconds
2018-10-24 09:33:11 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-10-24 09:33:11 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.entryway_lamp is taking over 10 seconds
2018-10-24 09:33:11 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.ds_hue is taking over 10 seconds
2018-10-24 09:33:11 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.kitchen_ceiling is taking over 10 seconds
2018-10-24 09:33:12 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.kitchen_accents is taking over 10 seconds
2018-10-24 09:33:12 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.kitchen_downlight_3 is taking over 10 seconds
2018-10-24 09:33:12 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lamp_right is taking over 10 seconds
2018-10-24 09:33:12 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.living_room_lamp_right is taking over 10 seconds
2018-10-24 09:33:12 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.kitchen_downlight_4 is taking over 10 seconds
2018-10-24 09:33:12 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_downlight_2 is taking over 10 seconds
2018-10-24 09:33:12 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_downlight_6 is taking over 10 seconds
2018-10-24 09:33:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bar_counter is taking over 10 seconds
2018-10-24 09:33:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.dining_room_lamps is taking over 10 seconds
2018-10-24 09:33:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.hue_bloom_1 is taking over 10 seconds
2018-10-24 09:33:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.living_room_lamp_left is taking over 10 seconds
2018-10-24 09:33:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.kitchen_counter is taking over 10 seconds
2018-10-24 09:33:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.kitchen_downlight_2 is taking over 10 seconds
2018-10-24 09:33:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.kitchen_downlight_1 is taking over 10 seconds
2018-10-24 09:33:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lamp_left is taking over 10 seconds
2018-10-24 09:33:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.entryway_table is taking over 10 seconds
2018-10-24 09:33:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_downlight_1 is taking over 10 seconds
2018-10-24 09:33:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_downlight_5 is taking over 10 seconds
2018-10-24 09:33:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_lamps is taking over 10 seconds
2018-10-24 09:33:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.kitchen_sink is taking over 10 seconds
2018-10-24 09:33:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.living_room_lamps is taking over 10 seconds
2018-10-24 09:33:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_downlight_3 is taking over 10 seconds
2018-10-24 09:33:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.hue_color_lamp_2 is taking over 10 seconds
2018-10-24 09:33:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.entertainment_area_2 is taking over 10 seconds
2018-10-24 09:33:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.guest_bedroom is taking over 10 seconds
2018-10-24 09:33:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_downlight_4 is taking over 10 seconds
2018-10-24 09:33:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.hue_color_lamp_1 is taking over 10 seconds
2018-10-24 09:33:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.entertainment_area is taking over 10 seconds
2018-10-24 09:33:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.bedroom_ceiling is taking over 10 seconds
2018-10-24 09:33:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.hue_lightstrip_1 is taking over 10 seconds
2018-10-24 09:33:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.dining_room_lamp_right_2 is taking over 10 seconds
2018-10-24 09:33:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of light.dining_room_lamp_left_2 is taking over 10 seconds
2018-10-24 09:33:15 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:15
2018-10-24 09:33:15 WARNING (MainThread) [homeassistant.components.cover] Updating myq cover took longer than the scheduled update interval 0:00:15
2018-10-24 09:33:15 WARNING (MainThread) [homeassistant.components.light] Updating hue light took longer than the scheduled update interval 0:00:05
2018-10-24 09:33:15 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-10-24 09:33:15 WARNING (MainThread) [homeassistant.components.media_player] Updating sonos media_player took longer than the scheduled update interval 0:00:10
2018-10-24 09:33:15 WARNING (MainThread) [homeassistant.components.media_player] Updating alexa media_player took longer than the scheduled update interval 0:00:10
2018-10-24 09:33:16 WARNING (MainThread) [homeassistant.components.sensor] Updating sense sensor took longer than the scheduled update interval 0:00:30
2018-10-24 09:33:16 WARNING (MainThread) [homeassistant.components.sensor] Updating hydrawise sensor took longer than the scheduled update interval 0:00:30
2018-10-24 09:33:16 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating hydrawise binary_sensor took longer than the scheduled update interval 0:00:30
2018-10-24 09:33:17 WARNING (MainThread) [homeassistant.components.light] Updating hue light took longer than the scheduled update interval 0:00:05
2018-10-24 09:33:18 WARNING (MainThread) [homeassistant.components.camera] Updating nest camera took longer than the scheduled update interval 0:00:30
2018-10-24 09:33:23 WARNING (MainThread) [aiohttp.websocket] websocket connection is closing.
2018-10-24 09:33:36 WARNING (MainThread) [homeassistant.components.media_player] Updating alexa media_player took longer than the scheduled update interval 0:00:10
2018-10-24 09:33:47 WARNING (MainThread) [homeassistant.components.media_player] Updating alexa media_player took longer than the scheduled update interval 0:00:10