diff --git a/configuration.yaml b/configuration.yaml index d9d544c..48ddc71 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -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 diff --git a/packages/integrations.yaml b/packages/integrations.yaml new file mode 100644 index 0000000..25de71c --- /dev/null +++ b/packages/integrations.yaml @@ -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