-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui-lovelace.yaml
executable file
·78 lines (75 loc) · 2.16 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# This file was automatically generated by lovelace_migrate.py
# https://github.com/dale3h/python-lovelace
title: Home
views:
- title: Home
cards:
###--- Wavy's Camera ---###
- type: picture-entity
title: Wavy's Room
entity: camera.wavys_room
camera_image: camera.wavys_room
show_info: true
tap_action: dialog
###--- Switch Card ---###
- type: entities
# show_header_toggle: false
show_state: false
entities:
- switch.corner_lamp
- entity: input_boolean.houseguest
icon: mdi:account-box-outline
# card:
# - type: glance
###--- TV Card ---###
- type: media-control
entity: media_player.big_screen
- type: map
entities:
- entity: device_tracker.karl_pixel
icon: mdi:briefcase
- zone.home
aspect_ratio: 100%
default_zoom: 15
###--- Glance Card ---###
- type: glance
# title: Glance Card
entities:
- entity: binary_sensor.home_away
icon: mdi:car-connected
name: Home
- entity: switch.corner_lamp
tap_action: toggle
icon: mdi:flash
- entity: switch.houseguest
name: House Guest
icon: mdi:account-plus
# account-box-outline
tap_action: toggle
# icon: mdi:car-connected
###--- Catch all "Monster Card" ---###
- type: custom:monster-card
card:
type: glance
title: Monster
filter:
include: [{}]
exclude:
- domain: group
- domain: zone
###--- Thermostat Card ---###
- type: custom:thermostat-card
title: Dining Room
entity: climate.dining_room
hvac:
states:
'Off': 'off'
'Cooling': 'cool'
'Heating': 'heat'
attribute: operation_mode
###--- Resources for custom cards
resources:
- url: /local/custom-lovelace/monster-card/monster-card.js?v=1
type: js
- url: /local/custom-lovelace/thermostat-card/thermostat-card.js?v=1
type: module