-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathui-lovelace.yaml
46 lines (46 loc) · 1.3 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
44
45
46
name: My Lovelace Home
views:
- name: "Example View"
theme: darkred
cards:
- type: entities
title: "Entities Card"
entities:
- light.under_cabinet_lighting
- switch.sonoff_cord_02
- light.peq_lamp
- switch.bathroom_switch
- switch.bedroom_switch
- switch.landscaping_outlet_switch
- switch.porch_switch
- switch.sonoff_cord_01
- type: entity-filter
filter:
- domain: automation
state: 'off'
card_config:
title: "Automations that are off"
- type: entity-filter
filter:
- domain: automation
state: 'on'
card_config:
title: "Automations that are on"
- name: "Second View"
tab_icon: mdi:home-assistant
cards:
- type: entities
title: "Bedroom & Bathroom"
entities:
- switch.bedroom_switch
- light.peq_lamp
- switch.sonoff_cord_01
- switch.bathroom_switch
# - icon: mdi:weather-cloudy
# id: weather
# title: Weather
# garage_door_tilt_sensor_alarm_level: Weather
# cards:
# - type: "custom:weather-card"
# entity_weather: weather.yweather
# entity_sun: sun.sun