Trying to find a work around for the below code, and since input_numbers and others are allowed as a condition in an automation should they not be allowed as a condition also?
Use case below, which presents Message malformed: expected float for dictionary value @ data['above'] error
alias: Heating - Study Off
description: ''
mode: single
trigger:
- platform: numeric_state
entity_id: sensor.study_room_temperature
above: input_number.gf_study_target_temp
condition: []
action:
- type: turn_off
device_id: xxxxxx
entity_id: switch.radiator_study
domain: switch
Thanks for this guys. I actually ended up a little busy so thanks @obaldius for taking the time on this but I never got chance to try it out as the release updated and now the input is able to be triggered by numeric state.
Thanks guys and apologies for the delay in coming back.