Not sure why im getting this error or how to solve it
#Invalid configThe following integrations and platforms could not be set up:
1 messages · Page 1 of 1 (latest)
It seems like you put Zigbee: or something like that in your configuration.yaml
`# Loads default set of integrations. Do not remove.
default_config:
Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
Include the automation and other configurations
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
input_boolean:
config_button_toggle:
name: Config Button Toggle
initial: off
icon: mdi:toggle-switch
turn_on_lights:
name: "Turn On Lights"
initial: off
icon: mdi:toggle-switch
Zigbee:
device_config:
fan_switch_entity_id: fan.fan_dimmer_switch_fan
parameter_50: 0
zha:
zigpy_config:
ota:
z2m_remote_index: https://files.inovelli.com/firmware/firmware-zha-v2-beta.json`
@weak frigate thats my config
So you did what I suspected
I don't see in the docs where it tells you to put Zigbee: in there
I think this was my attempt to change a attribute
But that was solved so ima try removing that part as a whole
Line 24-27 right?