@myradon wrote:
Hi guys,
I try to add a group of Hue Zigbee lights to HA according to example page Zigbee2MQTT HA-integration
HA thrown an error Configuration not valid;Invalid config for [group]: expected a dictionary for dictionary vale @data[‘group’]. Got [OrderDict([‘platform’, 'mqtt and so on
I’ve got a specific group.yaml which is included in configuration.yaml. This is contents of group.yaml;
- platform: mqtt name: lights_ceiling_small_bedroom schema: json command_topic: "zigbee2mqtt/lights_ceiling_small_bedroom/set" state_topic: "zigbee2mqtt/lights_ceiling_small_bedroom" color_temp: true brightness: true
zigbee2mqtt-group;
'1': friendly_name: lights_ceiling_small_bedroom retain: false optimistic: true transition: 2 devices: - '0x0017880104fffffff' - '0x0017880104eeeeee'
‘group-topic’ set “on” from dev-tools tab MQTT, Zigbee2MQTT set state to ON for independent lights. So that’s fine.
As a HA-newbie I can’t debug the vague error message. What’s wrong with the syntax?
Posts: 1
Participants: 1