Updating phones in notifications...cause new phone
This commit is contained in:
parent
63ded7ed88
commit
322c7c0d33
|
@ -29,20 +29,20 @@ notify:
|
||||||
- name: all_ios
|
- name: all_ios
|
||||||
platform: group
|
platform: group
|
||||||
services:
|
services:
|
||||||
- service: mobile_app_jeffreys_iphone_8
|
- service: mobile_app_jeffreys_iphone_11
|
||||||
- service: mobile_app_jeffreys_ipad
|
- service: mobile_app_jeffreys_ipad
|
||||||
- service: mobile_app_iphone
|
- service: mobile_app_iphone
|
||||||
- service: mobile_app_skylars_iphone
|
- service: mobile_app_skylars_iphone
|
||||||
- name: ios_parents
|
- name: ios_parents
|
||||||
platform: group
|
platform: group
|
||||||
services:
|
services:
|
||||||
- service: mobile_app_jeffreys_iphone_8
|
- service: mobile_app_jeffreys_iphone_11
|
||||||
- service: mobile_app_jeffreys_ipad
|
- service: mobile_app_jeffreys_ipad
|
||||||
- service: mobile_app_iphone
|
- service: mobile_app_iphone
|
||||||
- name: jeff_ios
|
- name: jeff_ios
|
||||||
platform: group
|
platform: group
|
||||||
services:
|
services:
|
||||||
- service: mobile_app_jeffreys_iphone_8
|
- service: mobile_app_jeffreys_iphone_11
|
||||||
- service: mobile_app_jeffreys_ipad
|
- service: mobile_app_jeffreys_ipad
|
||||||
- name: kat_ios
|
- name: kat_ios
|
||||||
platform: group
|
platform: group
|
||||||
|
@ -633,11 +633,6 @@ script:
|
||||||
'If you have not seen tomorrows forecast it is expected to be, '
|
'If you have not seen tomorrows forecast it is expected to be, '
|
||||||
] | random }}
|
] | random }}
|
||||||
{{states.sensor.nws_forecast_tomorrow.state}}.
|
{{states.sensor.nws_forecast_tomorrow.state}}.
|
||||||
{{ [ 'then tomorrow night should be, ',
|
|
||||||
'then overnight it is expected, ',
|
|
||||||
'before changing overnight to, '
|
|
||||||
] | random }}
|
|
||||||
{{states.sensor.nws_forecast_tomorrow_night.state}}.
|
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
{% macro freeze_warning() %}
|
{% macro freeze_warning() %}
|
||||||
|
|
Loading…
Reference in New Issue