From 805f2fcc5c2592cd814400f9ebc27b57622c2eba Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Fri, 12 Jul 2019 07:48:23 +0200 Subject: [PATCH] Added new groups --- automation/home_assistant.yaml | 2 +- group/lights_bathroom.yaml | 11 +++++++++++ group/lights_livingroom.yaml | 11 +++++++++++ group/owners.yaml | 19 +++++++++++++++++++ 4 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 group/lights_bathroom.yaml create mode 100644 group/lights_livingroom.yaml create mode 100644 group/owners.yaml diff --git a/automation/home_assistant.yaml b/automation/home_assistant.yaml index 3536c348..b9b54355 100644 --- a/automation/home_assistant.yaml +++ b/automation/home_assistant.yaml @@ -93,7 +93,7 @@ trigger: - platform: zone - entity_id: + entity_id: - device_tracker.google_maps_115265981849847357125 - device_tracker.google_maps_103158638433668748797 # - device_tracker.google_maps_113099283296073047871 diff --git a/group/lights_bathroom.yaml b/group/lights_bathroom.yaml new file mode 100644 index 00000000..8b1e2090 --- /dev/null +++ b/group/lights_bathroom.yaml @@ -0,0 +1,11 @@ +###################################################################### +# Group Lights Bathroom +###################################################################### + +lights_bathroom: + name: Luci Bagno + view: true + icon: mdi:lightbulb + entities: + - light.luce_bagno + - light.luce_specchio diff --git a/group/lights_livingroom.yaml b/group/lights_livingroom.yaml new file mode 100644 index 00000000..4c3fe8db --- /dev/null +++ b/group/lights_livingroom.yaml @@ -0,0 +1,11 @@ +###################################################################### +# Group Lights Livingroom +###################################################################### + +lights_livingroom: + name: Luci Sala + view: true + icon: mdi:lightbulb + entities: + - light.luce_divano + - light.luce_divano_bianca diff --git a/group/owners.yaml b/group/owners.yaml new file mode 100644 index 00000000..bd0346dd --- /dev/null +++ b/group/owners.yaml @@ -0,0 +1,19 @@ +###################################################################### +# People +###################################################################### + +owners: + name: Abitanti Casa + view: true + icon: mdi:account-multiple + entities: + # Giorgio + - device_tracker.google_maps_115265981849847357125 + # Laura + - device_tracker.google_maps_103158638433668748797 + # Anna + #- device_tracker.google_maps_113099283296073047871 + # Assunta + #- device_tracker.google_maps_108517379615429477419 + # Mercedes + #- device_tracker.wdd1760081v167576 -- 2.47.3