Hi all
Is it possible to create an include that doesn’t refer to an integration?
I’d like to group all my inputs (input_boolean, input_switch, …) into one file.
inputs: !include inputs.yaml
and in there I could have
input_number:
testnbr1:
name: testnbr1
initial: 5
min: 0
max: 10
step: 1
input_button:
testbtn1:
name: testbtn1
icon: mdi:bell
As far as I understand, for every include, I need to mention what integration I’m consolidating into a file.
Thank you