Hi,
I have already moved all my hue devices to deConz, removed the integration and the entries in configuration.yaml
That happens 3 days ago.
Today I got this error:
I have definately no idea, where it could come from.
Any ideas, where I can search?
Hi, I’ve had a similar issue. I moved all my devices from Hue to deConz and took the Hue Bridge off the network. I removed the Integration and the Fast Hue HACS integration. Now I keep getting the following error in the logs:
Logger: homeassistant.config
Source: components/hue/device_trigger.py:119
First occurred: 17:56:48 (4 occurrences)
Last logged: 17:56:48
Invalid config for [automation]: InvalidDeviceAutomationConfig() (See /config/configuration.yaml, line 66).
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/automation/config.py", line 84, in _try_async_validate_config_item
config = await async_validate_config_item(hass, config, full_config)
File "/usr/src/homeassistant/homeassistant/components/automation/config.py", line 62, in async_validate_config_item
config[CONF_TRIGGER] = await async_validate_trigger_config(
File "/usr/src/homeassistant/homeassistant/helpers/trigger.py", line 48, in async_validate_trigger_config
conf = await platform.async_validate_trigger_config(hass, conf)
File "/usr/src/homeassistant/homeassistant/components/device_automation/trigger.py", line 21, in async_validate_trigger_config
return await getattr(platform, "async_validate_trigger_config")(hass, config)
File "/usr/src/homeassistant/homeassistant/components/hue/device_trigger.py", line 119, in async_validate_trigger_config
raise InvalidDeviceAutomationConfig
homeassistant.components.device_automation.exceptions.InvalidDeviceAutomationConfig
Any thoughts on what’s happening and how to stop it? I’ve looked at line 66 in configuration.yaml and that loads my groups.yaml which no longer has any Hue linked devices (they are all now on deConz).