forked from bieniu/home-assistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
input_select.yaml
130 lines (120 loc) · 2.03 KB
/
input_select.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
heating_temp_day:
name: "Temperatura w innych pomieszczeniach w dzień"
options:
- "16"
- "17"
- "18"
- "19"
- "20"
- "21"
- "22"
icon: mdi:temperature-celsius
heating_temp_night:
name: "Temperatura w innych pomieszczeniach w nocy"
options:
- "16"
- "17"
- "18"
- "19"
- "20"
- "21"
- "22"
icon: mdi:temperature-celsius
heating_temp_bedroom_day:
name: "Temperatura w sypialniach w dzień"
options:
- "16"
- "17"
- "18"
- "19"
- "20"
- "21"
- "22"
icon: mdi:temperature-celsius
heating_temp_bedroom_night:
name: "Temperatura w sypialniach w nocy"
options:
- "16"
- "17"
- "18"
- "19"
- "20"
- "21"
- "22"
icon: mdi:temperature-celsius
heating_temp_bathroom_day:
name: "Temperatura w łazienkach w dzień"
options:
- "18"
- "19"
- "20"
- "21"
- "22"
- "23"
- "24"
icon: mdi:temperature-celsius
heating_temp_bathroom_night:
name: "Temperatura w łazienkach w nocy"
options:
- "18"
- "19"
- "20"
- "21"
- "22"
- "23"
- "24"
icon: mdi:temperature-celsius
heating_temp_eco:
name: "Temperatura dyżurna"
options:
- "16"
- "17"
- "18"
- "19"
- "20"
icon: mdi:temperature-celsius
target_humidity:
name: "Docelowa wilgotność"
options:
- "40"
- "45"
- "50"
- "55"
- "60"
icon: mdi:percent
light_scenes_salon:
name: "Tryb oświetlenia"
icon: mdi:palette
options:
- "automatyczny"
- "jasny"
- "film"
- "czytanie"
- "romantyczny"
- "fiolet"
- "niebieski"
- "dyskoteka"
log_level:
name: "HA poziom informacji loga"
icon: mdi:format-list-bulleted
options:
- "critical"
- "fatal"
- "error"
- "warning"
- "warn"
- "info"
- "debug"
initial: "warning"
salon_harmony:
name: "Telewizor"
options:
- "wyłączony"
- "telewizja"
- "Smart TV"
- "Fire TV"
- "filmy"
- "muzyka"
- "PlayStation"
- "Xbox"
icon: mdi:television