# values to store within HA variable: node_test_sum: value: 0 # dummy device value to turn on and off node_test_switch: value: 'OFF' attributes: icon: mdi:flash input_number: node_test_first_number: name: "First Number" initial: 25 min: 0 max: 100 step: 1 node_test_second_number: name: "Second Number" initial: 75 min: 0 max: 100 step: 1