My current action yaml is the following:
metadata: {}
data:
is_mow: true
is_dump: false
is_edge: false
job_mode: 0
speed: 0.3
ultra_wave: 1
channel_mode: 0
channel_width: 25
rain_tactics: 1
toward_included_angle: {input_number.yuka_angle_helper}
toward_mode: 0
border_mode: 2
obstacle_laps: 1
start_progress: 0
target:
entity_id: lawn_mower.yuka
When i safe that above yaml, save, and come back, it has changed to the following:
metadata: {}
data:
is_mow: true
is_dump: false
is_edge: false
job_mode: 0
speed: 0.3
ultra_wave: 1
channel_mode: 0
channel_width: 25
rain_tactics: 1
toward_included_angle:
input_number.yuka_angle_helper: null
toward_mode: 0
border_mode: 2
obstacle_laps: 1
start_progress: 0
target:
entity_id: lawn_mower.yuka
Am i doing something wrong?