You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_integrations/dynalite.markdown
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,9 @@ The initial process can be a bit time consuming and tedious, but it only has to
56
56
57
57
## Actions
58
58
59
-
### Action`dynalite.request_area_preset`
59
+
### Action: Request area preset
60
60
61
-
Send a command on the Dynalite network asking an area to report its currently selected preset. Normally, channel 1 (default) is used, but in some implementation, specific areas will need other channels.
61
+
The `dynalite.request_area_preset` action allows you to send a command on the Dynalite network asking an area to report its currently selected preset. Normally, channel 1 (default) is used, but in some implementation, specific areas will need other channels.
62
62
63
63
{% note %}
64
64
@@ -72,9 +72,9 @@ This does not return the area preset. It sends a network command asking the area
72
72
|`area`| no | Area for the requested channel. |
73
73
|`channel`| no | Which channel to request. |
74
74
75
-
### Action`dynalite.request_channel_level`
75
+
### Action: Request channel level
76
76
77
-
Send a command on the Dynalite network asking a specific channel in an area to report its current level.
77
+
The `dynalite.request_channel_level` action allows you to send a command on the Dynalite network asking a specific channel in an area to report its current level.
Copy file name to clipboardExpand all lines: source/_integrations/easyenergy.markdown
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,9 +81,9 @@ For the dynamic gas prices, only entities are created that display the
81
81
82
82
The energy and gas prices are exposed using [actions](/docs/scripts/perform-actions/). The actions populate [response data](/docs/scripts/perform-actions#use-templates-to-handle-response-data) with price data.
83
83
84
-
### Action`easyenergy.get_gas_prices`
84
+
### Action: Get gas prices
85
85
86
-
Fetches the hourly prices for gas.
86
+
The `easyenergy.get_gas_prices` action allows you to fetch the hourly prices for gas.
87
87
88
88
| Data attribute | Optional | Description | Example |
| `entity_id` | no | ecobee thermostat on which to delete the vacation |
213
213
| `vacation_name` | no | Name of the vacation to delete |
214
214
215
-
### Action `ecobee.resume_program`
215
+
### Action: Resume program
216
216
217
-
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`.
217
+
The `ecobee.resume_program` action allows you to resume the standard active schedule of presets. This cancels any manual temperature settings or selected preset. This will not cancel vacation events, use `delete_vacation`.
Copy file name to clipboardExpand all lines: source/_integrations/energyzero.markdown
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,9 @@ For the dynamic gas prices, only entities are created that display the
70
70
71
71
The energy and gas prices are exposed using [actions](/docs/scripts/perform-actions/). The actions populate [Response Data](/docs/scripts/perform-actions#use-templates-to-handle-response-data) with price data.
72
72
73
-
### Action`energyzero.get_gas_prices`
73
+
### Action: Get gas prices
74
74
75
-
Fetches the gas prices. The `config_entry` value be found using the **Actions** tab in the **Developer Tools**, selecting the desired entity and then switching to YAML.
75
+
The `energyzero.get_gas_prices` action allows you to fetch the gas prices. The `config_entry` value be found using the **Actions** tab in the **Developer Tools**, selecting the desired entity and then switching to YAML.
76
76
77
77
| Data attribute | Optional | Description | Example |
@@ -109,9 +109,9 @@ The response data is a dictionary with the gas timestamps and prices as string a
109
109
110
110
{% endraw %}
111
111
112
-
### Action`energyzero.get_energy_prices`
112
+
### Action: Get energy prices
113
113
114
-
Fetches the energy prices. The `config_entry` value be found using the **Actions** tab in the **Developer Tools**, selecting the desired entity and then switching to YAML.
114
+
The `energyzero.get_energy_prices` action allows you to fetch the energy prices. The `config_entry` value be found using the **Actions** tab in the **Developer Tools**, selecting the desired entity and then switching to YAML.
115
115
116
116
| Data attribute | Optional | Description | Example |
0 commit comments