Dear All,
I have an error message in my HA after restart or by checking config, but I cannot see in which sensor or helper or whatever.
Can anybody give me a hint, what to do please?
Thanks for your working to HA and helping.
Best regards
Hannes
Here is the message:
Protokolldetails (FEHLER)
Logger: homeassistant.config
Quelle: config.py:1101
Erstmals aufgetreten: 09:43:46 (1 Vorkommnis)
Zuletzt protokolliert: 09:43:46
Unknown error when validating config for sensor from integration template - argument of type ‘int’ is not a container or iterable
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config.py”, line 1101, in _async_load_and_validate_platform_integration
return platform.PLATFORM_SCHEMA(p_integration.config) # type: ignore[no-any-return]
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.14/site-packages/voluptuous/schema_builder.py”, line 205, in call
return self._compiled(, data)
~~~~~~~~~~~~~~^^^^^^^^^^
File “/usr/local/lib/python3.14/site-packages/voluptuous/schema_builder.py”, line 549, in validate_dict
return base_validate(path, data.items(), out)
File “/usr/local/lib/python3.14/site-packages/voluptuous/schema_builder.py”, line 330, in validate_mapping
cval = cvalue(key_path, value)
File “/usr/local/lib/python3.14/site-packages/voluptuous/schema_builder.py”, line 779, in validate_callable
return schema(data)
File “/usr/src/homeassistant/homeassistant/helpers/config_validation.py”, line 683, in verify
return cast(dict, schema(value))
~~~~~~^^^^^^^
File “/usr/local/lib/python3.14/site-packages/voluptuous/schema_builder.py”, line 205, in call
return self._compiled(, data)
~~~~~~~~~~~~~~^^^^^^^^^^
File “/usr/local/lib/python3.14/site-packages/voluptuous/schema_builder.py”, line 549, in validate_dict
return base_validate(path, data.items(), out)
File “/usr/local/lib/python3.14/site-packages/voluptuous/schema_builder.py”, line 330, in validate_mapping
cval = cvalue(key_path, value)
File “/usr/local/lib/python3.14/site-packages/voluptuous/validators.py”, line 256, in _run
return self._exec(self._compiled, value, path)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.14/site-packages/voluptuous/validators.py”, line 384, in _exec
v = func(path, v)
File “/usr/local/lib/python3.14/site-packages/voluptuous/schema_builder.py”, line 779, in validate_callable
return schema(data)
File “/usr/src/homeassistant/homeassistant/helpers/config_validation.py”, line 976, in validator
if key in config:
^^^^^^^^^^^^^
TypeError: argument of type ‘int’ is not a container or iterable