Hi,
I just updated to 2021.8.0 and I get this error and cannot reboot. Anyone can tell what I have to look for?
Logger: homeassistant.components.websocket_api.http.connection
Source: helpers/check_config.py:225
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 16:58:22 (3 occurrences)
Last logged: 17:47:25
[547414341712] '<' not supported between instances of 'SensorEntityDescription' and 'SensorEntityDescription'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 185, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1491, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1526, in _execute_service
await handler.job.target(service_call)
File "/usr/src/homeassistant/homeassistant/components/hassio/__init__.py", line 522, in async_handle_core_service
errors = await conf_util.async_check_ha_config_file(hass)
File "/usr/src/homeassistant/homeassistant/config.py", line 908, in async_check_ha_config_file
res = await check_config.async_check_ha_config_file(hass)
File "/usr/src/homeassistant/homeassistant/helpers/check_config.py", line 225, in async_check_ha_config_file
p_validated = platform_schema(p_validated)
File "/usr/local/lib/python3.9/site-packages/voluptuous/schema_builder.py", line 272, in __call__
return self._compiled([], data)
File "/usr/local/lib/python3.9/site-packages/voluptuous/schema_builder.py", line 594, in validate_dict
return base_validate(path, iteritems(data), out)
File "/usr/local/lib/python3.9/site-packages/voluptuous/schema_builder.py", line 386, in validate_mapping
cval = cvalue(key_path, value)
File "/usr/local/lib/python3.9/site-packages/voluptuous/validators.py", line 215, in _run
return self._exec(self._compiled, value, path)
File "/usr/local/lib/python3.9/site-packages/voluptuous/validators.py", line 339, in _exec
v = func(path, v)
File "/usr/local/lib/python3.9/site-packages/voluptuous/schema_builder.py", line 635, in validate_sequence
cval = validate(index_path, value)
File "/usr/local/lib/python3.9/site-packages/voluptuous/schema_builder.py", line 817, in validate_callable
return schema(data)
File "/usr/local/lib/python3.9/site-packages/voluptuous/validators.py", line 741, in __call__
'value must be one of {}'.format(sorted(self.container)))
TypeError: '<' not supported between instances of 'SensorEntityDescription' and 'SensorEntityDescription'
@frenck Is there any documentation on how to configure the cost per kWh? In the part of the US, I live my costs change depending on the month. So I am not sure how I can set this up.
Can the UI folks perhaps consider the ability to change/add columns, say in the Devices/Entities lists in Config? It would be helpful to see things like Node ID.
Alarm Decoder binary sensors stop working after upgrade to 2021.8.0. State changes are not detected. Tried deleting and adding zones back, but still no luck. Alarm Panel shows that it is connected (shield with green check). Downgrading to 2021.7.4 resolved behavior with binary sensors, state changes are recognized again and automations work.
This is really weird decision because sensor data is not 100% ready for UI. In most cases I use template to postprocess data from sensors - read CSV bulk data and parse it into separate values in template. Does support for templates is in nearest roadmap?
IMHO functionality like DB cleanup and data aggregation for long term storage should be part of the core functionality. Aggregation per hour is good, but what about daily, monthly and yearly aggregation? Would it be possible to setup attribute to indicate frequency of aggregation? For example attribute like {hours=24, days=5,month=1} will indicate HA to store sensor values for 24 hour, hourly values for last 5 days, daily value for current month, all monthly values.
I agree, long term data storage should be part of the core functionality. That is why I am exited about this update, it seems like we are headed in that direction.
Hey everyone,
I ran “Check Home Assistant configuration” before updating from 2021.7.4 to 2021.8.1.
It gives me the following error and I cant find any reference to it:
[12:08:14] INFO: Installed Home Assistant 2021.8.1
[12:08:14] INFO: Making a copy of your configuration for checking...
[12:08:14] INFO: Checking your configuration against this version...
[12:11:20] ERROR: The configuration check did not pass!
[12:11:20] ERROR: See the output below for more details.
Testing configuration at /tmp/config
grep: write error: Broken pipe
ERROR:homeassistant.config:Invalid config for [automation]: Integration 'zha' not found (See ?, line ?).
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/homeassistant/components/device_automation/__init__.py", line 84, in async_get_device_automation_platform
integration = await async_get_integration_with_requirements(hass, domain)
File "/usr/local/lib/python3.9/site-packages/homeassistant/requirements.py", line 76, in async_get_integration_with_requirements
raise IntegrationNotFound(domain)
homeassistant.loader.IntegrationNotFound: Integration 'zha' not found.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/homeassistant/components/automation/config.py", line 104, in _try_async_validate_config_item
config = await async_validate_config_item(hass, config, full_config)
File "/usr/local/lib/python3.9/site-packages/homeassistant/components/automation/config.py", line 72, in async_validate_config_item
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting