Move zones to package
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
# Automations for Bedroom Nighstand Lamps
|
||||
automation:
|
||||
- alias: Jen Nighstand Lamp (Package)
|
||||
description: ''
|
||||
mode: single
|
||||
trigger:
|
||||
- device_id: 98d9a86c7838fdbfcbdaeceef9a98f36
|
||||
@@ -20,7 +19,6 @@ automation:
|
||||
domain: light
|
||||
|
||||
- alias: J.P. Nighstand Lamp (Package)
|
||||
description: ''
|
||||
mode: single
|
||||
trigger:
|
||||
- device_id: f223ed24fe135bfd6bb7006dddb6b9f8
|
||||
|
||||
3
packages/zones/README.md
Normal file
3
packages/zones/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Zones Package
|
||||
|
||||
This package contains pre-defined zone definitions.
|
||||
22
packages/zones/main.yaml
Normal file
22
packages/zones/main.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
# Zones Package
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Zone Overrides
|
||||
zone:
|
||||
- name: Home
|
||||
latitude: !secret home_latitude
|
||||
longitude: !secret home_longitude
|
||||
radius: 25
|
||||
icon: mdi:home
|
||||
|
||||
- name: !secret jp_work_name
|
||||
latitude: !secret jp_work_latitude
|
||||
longitude: !secret jp_work_longitude
|
||||
radius: 250
|
||||
icon: mdi:briefcase
|
||||
|
||||
- name: !secret jen_work_name
|
||||
latitude: !secret jen_work_latitude
|
||||
longitude: !secret jen_work_longitude
|
||||
radius: 250
|
||||
icon: mdi:briefcase
|
||||
Reference in New Issue
Block a user