Service notify.Hass does not match format after updage

Hey,

i just update my HA for the new one, now all my Automation stop working with error

2019-02-17 12:48:52 ERROR (MainThread) [homeassistant.config] Invalid config for [automation]: Service notify.Hass does not match format . for dictionary value @ data[‘action’][0][‘service’]. Got ‘notify.Hass’. (See /home/homeassistant/.homeassistant/automation.yaml, line 35). Please check the docs at https://home-assistant.io/components/automation/

my config is like this

  • alias: Front door is open
    trigger:
    • platform: state
      entity_id: binary_sensor.door_window_sensor_158d000127ae25
      from: ‘off’
      to: ‘on’
      action:
    • service: notify.Hass
      data:
      message: “Front door open”

what i need to change in order to fix all?

Thanks!

Try this (without the capital H):

service: notify.hass

Sweet ! Thanks!

also do you have any idea why the toggle stop on / off all list:?

image

Sorry I was not clear, he is not operating On / off for all list if i press on the toggle button.