Moved some things from config.yaml to integrations.yaml
This commit is contained in:
@ -101,21 +101,6 @@ frontend:
|
||||
- /hacsfiles/hass-bha-icons/hass-bha-icons.js
|
||||
javascript_version: latest
|
||||
|
||||
python_script:
|
||||
|
||||
anniversaries:
|
||||
sensors:
|
||||
- name: Wedding Anniversary
|
||||
date: !secret wedding_anniversary
|
||||
- name: Tony's Birthday
|
||||
date: !secret tony_bday
|
||||
- name: Tina's Birthday
|
||||
date: !secret tina_bday
|
||||
- name: Kallen's Birthday
|
||||
date: !secret kallen_bday
|
||||
- name: Emmalynn's Birthday
|
||||
date: !secret emmalynn_bday
|
||||
|
||||
calendar:
|
||||
- platform: caldav
|
||||
username: !secret userIcloud
|
||||
@ -138,25 +123,8 @@ calendar:
|
||||
- name: 'Due This Week'
|
||||
due_date_days: 7
|
||||
|
||||
device_tracker:
|
||||
- platform: icloud3
|
||||
username: !secret userIcloud
|
||||
password: !secret passIcloud2
|
||||
|
||||
spotify:
|
||||
client_id: !secret spotify_id
|
||||
client_secret: !secret spotify_secret
|
||||
|
||||
spotcast:
|
||||
sp_dc: !secret sp_dc
|
||||
sp_key: !secret sp_key
|
||||
|
||||
breaking_changes:
|
||||
|
||||
localtuya: !include localtuya.yaml
|
||||
|
||||
wake_on_lan:
|
||||
|
||||
notify:
|
||||
- platform: ios
|
||||
- name: all_ios
|
||||
|
31
packages/integrations.yaml
Normal file
31
packages/integrations.yaml
Normal file
@ -0,0 +1,31 @@
|
||||
breaking_changes:
|
||||
|
||||
wake_on_lan:
|
||||
|
||||
python_script:
|
||||
|
||||
anniversaries:
|
||||
sensors:
|
||||
- name: Wedding Anniversary
|
||||
date: !secret wedding_anniversary
|
||||
- name: Tony's Birthday
|
||||
date: !secret tony_bday
|
||||
- name: Tina's Birthday
|
||||
date: !secret tina_bday
|
||||
- name: Kallen's Birthday
|
||||
date: !secret kallen_bday
|
||||
- name: Emmalynn's Birthday
|
||||
date: !secret emmalynn_bday
|
||||
|
||||
spotify:
|
||||
client_id: !secret spotify_id
|
||||
client_secret: !secret spotify_secret
|
||||
|
||||
spotcast:
|
||||
sp_dc: !secret sp_dc
|
||||
sp_key: !secret sp_key
|
||||
|
||||
device_tracker:
|
||||
- platform: icloud3
|
||||
username: !secret userIcloud
|
||||
password: !secret passIcloud2
|
Reference in New Issue
Block a user