From 0d8bdf8cf8d473eea80c29c6f3e58b097a93acde Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sun, 15 Mar 2020 14:09:36 +0100 Subject: [PATCH] Changes due to compatibility with 107 --- device_tracker/google_maps.yaml | 1 - group/climate.yaml | 1 - group/covers.yaml | 1 - group/lights.yaml | 1 - group/lights_bathroom.yaml | 1 - group/lights_livingroom.yaml | 1 - group/notifications.yaml | 15 +++++++++++++++ group/people.yaml | 2 -- group/shelly.yaml | 1 - 9 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 group/notifications.yaml diff --git a/device_tracker/google_maps.yaml b/device_tracker/google_maps.yaml index e0da9896..a9ffd305 100644 --- a/device_tracker/google_maps.yaml +++ b/device_tracker/google_maps.yaml @@ -11,4 +11,3 @@ # consider_home: 600 new_device_defaults: track_new_devices: yes - hide_if_away: false diff --git a/group/climate.yaml b/group/climate.yaml index 107f4373..8f68f5da 100644 --- a/group/climate.yaml +++ b/group/climate.yaml @@ -4,7 +4,6 @@ climate: name: Termostato - view: true icon: mdi:thermometer entities: - sensor.termostato_cucina diff --git a/group/covers.yaml b/group/covers.yaml index 74c1d9b3..fbe73017 100644 --- a/group/covers.yaml +++ b/group/covers.yaml @@ -4,7 +4,6 @@ covers: name: Tapparelle - view: true icon: mdi:window-closed entities: - cover.tapparella_cucina diff --git a/group/lights.yaml b/group/lights.yaml index 9945e8e3..0f3c393b 100644 --- a/group/lights.yaml +++ b/group/lights.yaml @@ -4,7 +4,6 @@ lights: name: Luci - view: true icon: mdi:lightbulb entities: - light.luce_cucina diff --git a/group/lights_bathroom.yaml b/group/lights_bathroom.yaml index 8b1e2090..fb3207e1 100644 --- a/group/lights_bathroom.yaml +++ b/group/lights_bathroom.yaml @@ -4,7 +4,6 @@ lights_bathroom: name: Luci Bagno - view: true icon: mdi:lightbulb entities: - light.luce_bagno diff --git a/group/lights_livingroom.yaml b/group/lights_livingroom.yaml index 0969e595..10ca1036 100644 --- a/group/lights_livingroom.yaml +++ b/group/lights_livingroom.yaml @@ -4,7 +4,6 @@ lights_livingroom: name: Luci Sala - view: true icon: mdi:lightbulb entities: - light.luce_sala diff --git a/group/notifications.yaml b/group/notifications.yaml new file mode 100644 index 00000000..b224c586 --- /dev/null +++ b/group/notifications.yaml @@ -0,0 +1,15 @@ +###################################################################### +# Group Notifications +###################################################################### + +notifications: + name: Notifications + icon: mdi:bell-ring + entities: + - input_boolean.alarms + - input_boolean.door_alarm + - input_boolean.update + - binary_sensor.ff590mr_engine_light_warning + - binary_sensor.ff590mr_warning_brakefluid + - binary_sensor.ff590mr_warning_washwater + - binary_sensor.ff590mr_warning_coolantlevellow diff --git a/group/people.yaml b/group/people.yaml index b98d7342..a754f117 100644 --- a/group/people.yaml +++ b/group/people.yaml @@ -4,7 +4,6 @@ people: name: Persone - view: true icon: mdi:account-multiple entities: # Giorgio @@ -24,7 +23,6 @@ people: residents: name: Abitanti Casa - view: true icon: mdi:account-multiple entities: # Giorgio diff --git a/group/shelly.yaml b/group/shelly.yaml index 3c16fe77..947b76d0 100644 --- a/group/shelly.yaml +++ b/group/shelly.yaml @@ -4,7 +4,6 @@ shelly: name: Shelly Devices - view: true #icon: mdi:thermometer entities: - sensor.shelly1_status -- 2.47.3