forked from jardiamj/homeassistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui-lovelace.yaml
43 lines (42 loc) · 1.21 KB
/
ui-lovelace.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Lovelace UI configuration file
title: Home
views:
# Upstairs Area
- !include lovelace/view_Upstairs.yaml
# Downstairs Area
- !include lovelace/view_Downstairs.yaml
# Weather Station Data
- !include lovelace/view_weather_station.yaml
# Tasks from todoist platform
- title: Tasks
icon: 'mdi:calendar-check'
cards:
# Garbage Pick Up Schedule
- type: entities
show_header_toggle: false
title: Garbage Pick Up
entities:
- sensor.garbage_main
- sensor.garbage_byweekly
# Automations and Scripts
- title: Automations
icon: 'mdi:home-automation'
cards:
# Automations
- type: entities
title: Automations
show_header_toggle: true
entities:
- automation.front_door_open
- automation.arriving_home_turn_on_light
- automation.open_front_door_turn_on_light
- automation.notify_if_door_window_left_open
- automation.front_light_on_before_sunset
- automation.front_light_off_at_sunrise
# Scripts
- type: entities
title: Scripts
show_header_toggle: true
entities:
- script.play_sound
- script.send_notification