I’m trying to configure 2 x pushbullet api_key’s for mine and my wife’s phones. When I add the 2nd entry into the configuration.yaml the first entry doesn’t register and I only get a notify.ruth in this case. Is it possible to have 2 pushbullet notify configuration?
# Notifications
notify:
- name: barry
platform: pushbullet
api_key: !secret pushbullet_api_barry
notify 2:
- name: ruth
platform: pushbullet
api_key: !secret pushbullet_api_ruth
I only get 1 service “notify.ruth”
I’ve also tried:
notify:
- name: barry
platform: pushbullet
api_key: !secret pushbullet_api_barry
- name: ruth
platform: pushbullet
api_key: !secret pushbullet_api_ruth
but then only on get 1 service “notify.barry”
Following error in the logs: https://pastebin.com/VijG8dtK
I’m running Hass.io 0.80.0