Making changes to suppor tthe new Mobile APP integration for HA companion 2.0. #750
This commit is contained in:
parent
7cbdf1aa0f
commit
e7293393e9
|
@ -9,6 +9,7 @@
|
|||
.storage
|
||||
.uuid
|
||||
core.*
|
||||
core
|
||||
OZW_Log.txt
|
||||
home-assistant.log
|
||||
home-assistant_v2.db
|
||||
|
@ -33,8 +34,4 @@ nest.conf
|
|||
ipchange.yaml
|
||||
ip_bans.yaml
|
||||
production_auth.json
|
||||
<<<<<<< HEAD
|
||||
|
||||
|
||||
=======
|
||||
>>>>>>> cd3d35d41e65e707044ab7c865ab2f343a3e0a07
|
||||
|
|
|
@ -92,7 +92,7 @@ http:
|
|||
ssl_certificate: !secret ssl_certificate
|
||||
ssl_key: !secret ssl_key
|
||||
ip_ban_enabled: True
|
||||
login_attempts_threshold: 2
|
||||
login_attempts_threshold: 5
|
||||
|
||||
frontend:
|
||||
javascript_version: latest
|
||||
|
|
|
@ -42,24 +42,6 @@ sensor.amazon_fire_stick:
|
|||
icon: mdi:fire
|
||||
|
||||
|
||||
|
||||
sensor.carloxsmax_battery_level:
|
||||
friendly_name: 'Carlo 6s+ Battery Level'
|
||||
|
||||
hidden: False
|
||||
homebridge_hidden: True
|
||||
icon: mdi:battery-40
|
||||
|
||||
|
||||
|
||||
sensor.carloxsmax_battery_state:
|
||||
friendly_name: 'Carlo 6s+ Battery State'
|
||||
|
||||
hidden: False
|
||||
homebridge_hidden: True
|
||||
icon: mdi:power-plug-off
|
||||
|
||||
|
||||
sensor.chromecast_audio_1:
|
||||
friendly_name: 'Chromecast Audio 1'
|
||||
|
||||
|
|
|
@ -14,21 +14,16 @@ notify:
|
|||
- name: ios_family
|
||||
platform: group
|
||||
services:
|
||||
- service: ios_staceys_iphone
|
||||
- service: ios_carloxsmax
|
||||
- service: mobile_app_stacey_6s
|
||||
- service: mobile_app_carlo_xsmax
|
||||
- service: mobile_app_paige_6s
|
||||
- name: ios_parents
|
||||
platform: group
|
||||
services:
|
||||
- service: ios_staceys_iphone
|
||||
- service: ios_carloxsmax
|
||||
- service: mobile_app_stacey_6s
|
||||
- service: mobile_app_carlo_xsmax
|
||||
|
||||
group:
|
||||
Phones:
|
||||
entities:
|
||||
- sensor.carloxsmax_battery_level
|
||||
- sensor.carloxsmax_battery_state
|
||||
- sensor.staceys_iphone_battery_level
|
||||
- sensor.staceys_iphone_battery_state
|
||||
mobile_app:
|
||||
|
||||
ios:
|
||||
push:
|
||||
|
|
|
@ -30,9 +30,9 @@ notify_engine:
|
|||
|
||||
- service_template: >
|
||||
{% if who == 'stacey' %}
|
||||
notify.ios_staceys_iphone
|
||||
notify.mobile_app_stacey_6s
|
||||
{% elif who == 'carlo' %}
|
||||
notify.ios_carloxsmax
|
||||
notify.mobile_app_carlo_xsmax
|
||||
{% elif who == 'parents' %}
|
||||
notify.ios_parents
|
||||
{% elif who == 'family' %}
|
||||
|
@ -51,7 +51,7 @@ notify_engine:
|
|||
apns_headers:
|
||||
'apns-collapse-id': "{{ apns_id }}"
|
||||
push:
|
||||
sound: "{{ ios_sound }}"
|
||||
badge: "{{ ios_badge }}"
|
||||
# sound: "{{ ios_sound }}"
|
||||
# badge: "{{ ios_badge }}"
|
||||
category: "{{ ios_category }}"
|
||||
entity_id: "{{ camera_entity }}"
|
||||
|
|
Loading…
Reference in New Issue