File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,17 @@ automation:
54
54
55
55
# ## {% linkable_title Service `climate.set_away_mode` %}
56
56
57
- Turn away mode on/off for climate device
57
+ This service has been deprecated. Use `climate.set_hold_mode` instead.
58
+
59
+
60
+ # ## {% linkable_title Service `climate.set_hold_mode` %}
61
+
62
+ Set hold mode for climate device
58
63
59
64
| Service data attribute | Optional | Description |
60
65
| ---------------------- | -------- | ----------- |
61
66
| `entity_id` | yes | String or list of strings that point at `entity_id`'s of climate devices to control. Else targets all.
62
- | `away_mode ` | no | New value of away mode.
67
+ | `hold_mode ` | no | New value of hold mode.
63
68
64
69
# ### {% linkable_title Automation example %}
65
70
@@ -69,10 +74,10 @@ automation:
69
74
platform: time
70
75
after: "07:15:00"
71
76
action:
72
- - service: climate.set_away_mode
77
+ - service: climate.set_hold_mode
73
78
data:
74
79
entity_id: climate.kitchen
75
- away_mode: true
80
+ hold_mode: 'away'
76
81
` ` `
77
82
78
83
# ## {% linkable_title Service `climate.set_temperature` %}
You can’t perform that action at this time.
0 commit comments