@@ -10,42 +10,83 @@ set_quick_mode:
1010 quick_mode :
1111 description : Name of the quick mode (required)
1212 example : QM_HOTWATER_BOOST, QM_VENTILATION_BOOST, QM_ONE_DAY_AWAY, QM_SYSTEM_OFF, QM_ONE_DAY_AT_HOME, QM_PARTY
13+ selector :
14+ select :
15+ options :
16+ - QM_HOTWATER_BOOST
17+ - QM_VENTILATION_BOOST
18+ - QM_ONE_DAY_AWAY
19+ - QM_SYSTEM_OFF
20+ - QM_ONE_DAY_AT_HOME
21+ - QM_PARTY
1322 duration :
1423 description : (int) number of days the quick mode should last
1524 example : 3
25+ selector :
26+ number :
27+ min : 0
28+ max : 7
29+ mode : box
1630
1731set_holiday_mode :
1832 description : Set holiday mode
1933 fields :
2034 start_date :
2135 description : Start date of the holiday mode YYYY-MM-DD format (required)
2236 example : " 2019-11-25"
37+ selector :
38+ date :
2339 end_date :
2440 description : End date of the holiday mode, YYYY-MM-DD format (required)
2541 example : " 2019-11-26"
42+ selector :
43+ date :
2644 temperature :
2745 description : temperature to maintin while holiday mode is active (required)
2846 example : 15
47+ selector :
48+ number :
49+ min : 5
50+ max : 30
51+ mode : box
2952
3053set_quick_veto :
3154 description : Set a quick veto for a climate entity
3255 fields :
3356 entity_id :
3457 description : Entity id from where to set a quick veto
3558 example : climate.bathroom
59+ selector :
60+ entity :
61+ integration : multimatic
62+ domain : climate
3663 temperature :
3764 description : Target temperature to be applied while quick veto is running on
3865 example : 25
66+ selector :
67+ number :
68+ min : 5
69+ max : 30
70+ mode : box
3971 duration :
4072 description : Duration (in minutes) of the quick veto. Min 30min, max 1440 (24 hours). If not specified, the default (configured) duration is applied.
41- example : " 60"
73+ example : 60
74+ selector :
75+ number :
76+ min : 30
77+ max : 1440
78+ mode : box
4279
4380remove_quick_veto :
4481 description : Remove a quick veto for a climate entity
4582 fields :
4683 entity_id :
4784 description : Entity id from where to remove quick veto
4885 example : climate.bathroom
86+ selector :
87+ entity :
88+ integration : multimatic
89+ domain : climate
4990
5091request_hvac_update :
5192 description : Ask multimatic API to get data from your installation.
@@ -56,16 +97,43 @@ set_ventilation_day_level:
5697 entity_id :
5798 description : Entity id of the fan
5899 example : fan.bathroom
100+ selector :
101+ entity :
102+ integration : multimatic
103+ domain : fan
59104 level :
60105 description : Level to set (required)
61106 example : 1
107+ selector :
108+ number :
109+ min : 1
110+ max : 7
111+ mode : box
62112
63113set_ventilation_night_level :
64114 description : Set night level ventilation
65115 fields :
66116 entity_id :
67117 description : Entity id of the fan
68118 example : fan.bathroom
119+ selector :
120+ entity :
121+ integration : multimatic
122+ domain : fan
69123 level :
70124 description : Level to set (required)
71125 example : 2
126+ selector :
127+ number :
128+ min : 1
129+ max : 7
130+ mode : box
131+
132+ set_datetime :
133+ description : Set multimatic system datetime
134+ fields :
135+ datetime :
136+ description : datetime to set
137+ example : 2022-11-06T11:11:38
138+ selector :
139+ datetime :
0 commit comments