I have been reading other topics, have made adjustments but can’t seem to fix it. Trying to hide the toggle for an automation group
error when I validate configuration:
Invalid config for [group]: [control] is an invalid option for [group]. Check: group->group->automations->control. (See /config/configuration.yaml, line 8).
configuration.yaml says
#Bedroom TV Dim
input_number:
bedroom_tv_dim_amount:
name: bedroom tv dim amount
icon: 'mdi:lightbulb-on'
unit_of_measurement: "%"
min: 0
max: 255
step: 1
input_boolean:
bedroom_tv_dim_lights:
name: bedroom tv dim lights
initial: on
icon: mdi:alarm-light
then in groups.yaml I have
automations:
name: Various Automations
control: hidden
entities:
- input_boolean.bedroom_tv_dim_lights
- input_number.bedroom_tv_dim_amount
It must be something obvious?