Upate 0.82.0 broke my hangouts notificaton

Hi,

after updating to 0.82.0 I won’t get notified using Google Hangouts if HA is restartet. Instead I get the error message:

2018-11-10 23:18:14 ERROR (MainThread) [homeassistant.core] Invalid service data for hangouts.send_message: expected a dictionary for dictionary value @ data['data']. Got None

But I did only the update. No changes to automation.yaml. Here is the code which worked before:

- id: ha_startup
  alias: HA Startup
  initial_state: 'on'
  trigger:
    platform: homeassistant
    event: start
  action:
  - service: notify.notify_hangouts
    data:
      message: Home Assistant wurde gestartet!

If I try the notification via service hangouts.send_message it works … I am confused. Any idea?!

There seems to be an issue. https://github.com/home-assistant/home-assistant/issues/18360