mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
fix a few services with wrong way to target all ecobees (#31813)
This commit is contained in:
parent
4a15a89e8b
commit
5a01489ed0
@ -183,12 +183,12 @@ Delete a vacation on the selected ecobee thermostat.
|
|||||||
|
|
||||||
### Service `ecobee.resume_program`
|
### Service `ecobee.resume_program`
|
||||||
|
|
||||||
Resumes the currently active schedule.
|
Resumes the standard active schedule of presets. This cancels any manual temperature settings or selected preset. This will not cancel vacation events, use `delete_vacation`.
|
||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
| ---------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------ |
|
| ---------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------ |
|
||||||
| `entity_id` | yes | String or list of strings that point at `entity_id`'s of climate devices to control. Use `entity_id: all` to target all. |
|
| `entity_id` | yes | String or list of strings that point at `entity_id`s of climate devices to control. Omit to target all ecobee thermostats. |
|
||||||
| `resume_all` | no | true or false |
|
| `resume_all` | no | `true` will resume the standard schedule. `false` will only cancel the latest active event, which is not used often. |
|
||||||
|
|
||||||
### Service `ecobee.set_fan_min_on_time`
|
### Service `ecobee.set_fan_min_on_time`
|
||||||
|
|
||||||
@ -196,7 +196,7 @@ Sets the minimum amount of time that the fan will run per hour.
|
|||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
| ---------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------ |
|
| ---------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------ |
|
||||||
| `entity_id` | yes | String or list of strings that point at `entity_id`'s of climate devices to control. Use `entity_id: all` to target all. |
|
| `entity_id` | yes | String or list of strings that point at `entity_id`'s of climate devices to control. Omit to target all ecobee thermostats. |
|
||||||
| `fan_min_on_time` | no | integer (e.g., 5) |
|
| `fan_min_on_time` | no | integer (e.g., 5) |
|
||||||
|
|
||||||
### Service `ecobee.set_dst_mode`
|
### Service `ecobee.set_dst_mode`
|
||||||
@ -205,7 +205,7 @@ Enable/disable automatic daylight savings time.
|
|||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
| ---------------------- | -------- | ------------------------------------------------------------ |
|
| ---------------------- | -------- | ------------------------------------------------------------ |
|
||||||
| `entity_id` | yes | ecobee thermostat on which to set daylight savings time mode |
|
| `entity_id` | yes | ecobee thermostat on which to set daylight savings time mode. Omit to target all ecobee thermostats. |
|
||||||
| `dst_enabled` | no | true or false |
|
| `dst_enabled` | no | true or false |
|
||||||
|
|
||||||
### Service `ecobee.set_mic_mode`
|
### Service `ecobee.set_mic_mode`
|
||||||
@ -214,7 +214,7 @@ Enable/disable Alexa mic (only for ecobee 4).
|
|||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
| ---------------------- | -------- | ---------------------------------------------- |
|
| ---------------------- | -------- | ---------------------------------------------- |
|
||||||
| `entity_id` | yes | ecobee thermostat on which to set the mic mode |
|
| `entity_id` | yes | ecobee thermostat on which to set the mic mode. Omit to target all ecobee thermostats. |
|
||||||
| `mic_enabled` | no | true or false |
|
| `mic_enabled` | no | true or false |
|
||||||
|
|
||||||
### Service `ecobee.set_occupancy_modes`
|
### Service `ecobee.set_occupancy_modes`
|
||||||
@ -223,6 +223,6 @@ Enable/disable Smart Home/Away and Follow Me modes.
|
|||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
| ---------------------- | -------- | ------------------------------------------------- |
|
| ---------------------- | -------- | ------------------------------------------------- |
|
||||||
| `entity_id` | yes | ecobee thermostat on which to set occupancy modes |
|
| `entity_id` | yes | ecobee thermostat on which to set occupancy modes. Omit to target all ecobee thermostats. |
|
||||||
| `auto_away` | yes | true or false |
|
| `auto_away` | yes | true or false |
|
||||||
| `follow_me` | yes | true or false |
|
| `follow_me` | yes | true or false |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user