SF
Size: a a a
V
V
SF
IB
counter:
my_custom_counter:
initial: 30
step: 1
input_number:
my_number:
min: 0
max: 255
automation:
trigger:
action:
service: counter.configure
data_template:
entity_id: counter.my_custom_counter
value: '{{ states("counter.my_custom_counter") | int + states("input_number.my_number") | int }}'
SF
V
at
V
SF
at
counter:
my_custom_counter:
initial: 30
step: 1
input_number:
my_number:
min: 0
max: 255
automation:
trigger:
action:
service: counter.configure
data_template:
entity_id: counter.my_custom_counter
value: '{{ states("counter.my_custom_counter") | int + states("input_number.my_number") | int }}'
at
IB
at
IB
IB
at
IB
IB
at