Toon issue error all cannot be processed as a number

Hi there’

I am using hassio 0.60 with TOON from Eneco now i’m getting errors like this.
017-12-20 16:33:40 WARNING (MainThread) [homeassistant.helpers.condition] Value cannot be processed as a number: Home

Everything is working okay but the errors are a bit enoughing
my automation config is like shown below here.
Can anybody explain to me why i’m getting this error

  • alias: ‘Temperatuur regeling afwezig’
    trigger:
    platform: state
    entity_id: group.all_devices
    to: ‘not_home’
    action:

    • service: climate.set_operation_mode
      data_template:
      entity_id: climate.toon_van_eneco
      operation_mode: eco
    • service: notify.patrick
      data_template:
      message: “Thermostaat op AFWEZIG ingesteld”
  • alias: ‘Temperatuur regeling Thuis’
    trigger:
    platform: state
    entity_id: group.all_devices
    to: ‘home’
    action:

    • service: climate.set_operation_mode
      data_template:
      entity_id: climate.toon_van_eneco
      operation_mode: heat
    • service: notify.patrick
      data_template:
      message: “Thermostaat op THUIS ingesteld”