Can't set to heat generic climate

Can’t set the generic climate component to heat in the morning…

2018-04-01 07:00:00 ERROR (MainThread) [homeassistant.components.climate.generic_thermostat] Unrecognized operation mode: Heat
2018-04-01 07:00:00 ERROR (MainThread) [homeassistant.components.climate.generic_thermostat] Unrecognized operation mode: Heat

Have tried both capital and none capital. Double and single quotes with no luck…

  action:
  - service: climate.set_operation_mode
    data:
      entity_id: climate.balkon_convector
      operation_mode: "heat"
  - service: climate.set_operation_mode
    data:
      entity_id: climate.balkon_floor
      operation_mode: 'Heat'

heat should be correct and actually HA is complaining about Heat (capital h) used by your second action.