No, that’s my only notifier. I removed the name value and still getting error:
Invalid config for [automation]: Service notify does not match format <domain>.<name> for dictionary value @ data[‘action’][0][‘service’]. Got None. (See /config/configuration.yaml, line 229). Please check the docs at https://home-assistant.io/components/automation/
I just updated to 0.86.4 and had a very similar error. It confused me as it referrred to a line in my config file that was an include line and nothing to do with automations.
I checked my automations and noticed that I had two that referred to notify.PushBullet while the name of my notify component was pushbullet. Changing these two entries to notify.pushbullet (i.e. matching the case) resolved this error on the next restart.