-
Notifications
You must be signed in to change notification settings - Fork 1
/
lovelaceicl.yaml
88 lines (86 loc) · 2.85 KB
/
lovelaceicl.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
79
80
81
82
83
84
85
86
87
title: Intelligent Configurable Light
name: ICL
path: ICL
cards:
- type: custom:stack-in-card
title: Intelligent Configurable Light
mode: vertical
cards:
- type : entities
show_header_toggle: false
entities:
- sensor.light_state_cucina
- light.luce_cucina
- light.luce_cucina_hue
- input_boolean.movement_sensor_automation_cucina
- input_boolean.movement_sensor_automation_override_cucina
- input_select.time_range_type_cucina
- sensor.movimento_divano_illuminance
- type: custom:slider-entity-row
entity: input_number.luminance_minimum_cucina
- type: custom:slider-entity-row
entity: input_number.movement_sensor_automation_timeout_cucina
- type: "custom:config-template-card"
entities:
- sensor.actual_movement_sensor_automation_timer_cucina
variables:
- states['input_number.movement_sensor_automation_timeout_cucina'].state
card:
type: custom:bar-card
entities:
- entity: sensor.actual_movement_sensor_automation_timer_cucina
min: 0
max: '${vars[0]}'
positions:
minmax: off
name: 'off'
indicator: 'off'
value: 'off'
height: 10px
icon: 'off'
- type: 'custom:time-picker-card'
entity: input_datetime.night_start_cucina
layout:
name: inside
- type: 'custom:time-picker-card'
entity: input_datetime.night_stop_cucina
layout:
name: inside
- type: custom:slider-entity-row
entity: input_number.nightmode_luminance_cucina
- type: 'custom:time-picker-card'
entity: input_datetime.nightmode_start_cucina
layout:
name: inside
- type: 'custom:time-picker-card'
entity: input_datetime.nightmode_stop_cucina
layout:
name: inside
- type : entities
show_header_toggle: false
entities:
- input_boolean.manual_switch_automation_cucina
- input_boolean.manual_switch_automation_override_cucina
- type: custom:slider-entity-row
entity: input_number.manual_switch_automation_timeout_cucina
- type: "custom:config-template-card"
entities:
- sensor.actual_manual_switch_automation_timer_cucina
variables:
- states['input_number.manual_switch_automation_timeout_cucina'].state
card:
type: custom:bar-card
entities:
- entity: sensor.actual_manual_switch_automation_timer_cucina
min: 0
max: "${vars[0]}"
positions:
minmax: off
name: 'off'
indicator: 'off'
value: 'off'
height: 10px
icon: 'off'
- type : entities
entities:
- input_boolean.manual_auto_off_cucina