@jm35 wrote:
Hello, I'd like to move my "input_number" from the configuration.yaml file to xx.yaml file. in my configuration.yaml file i add xx: !include xx.yaml and creat the xx.yaml file (see below) but i got an error when i check conguration validation rem i've tried xx = input_number, input_slider, entities, ... but every time , i got an error when i check conguration validation Could someone help me to fix the problem. Thanks for your help xx.yaml input_number: slider1: name: Slider initial: 10 min: -20 max: 35 step: 1 box1: name: Numeric Input Box initial: 30 min: -20 max: 35 step: 1 mode: box
Posts: 2
Participants: 2