Skip to content
Snippets Groups Projects
Unverified Commit 9edec57a authored by Norbert Rittel's avatar Norbert Rittel Committed by GitHub
Browse files

Improve action descriptions in `energyzero` integration (#140283)

- use descriptive style to match HA standard
- fix sentence-casing of "Config entry"
parent 00fc3f29
No related branches found
No related tags found
No related merge requests found
...@@ -54,10 +54,10 @@ ...@@ -54,10 +54,10 @@
"services": { "services": {
"get_gas_prices": { "get_gas_prices": {
"name": "Get gas prices", "name": "Get gas prices",
"description": "Request gas prices from EnergyZero.", "description": "Requests gas prices from EnergyZero.",
"fields": { "fields": {
"config_entry": { "config_entry": {
"name": "Config Entry", "name": "Config entry",
"description": "The config entry to use for this action." "description": "The config entry to use for this action."
}, },
"incl_vat": { "incl_vat": {
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
}, },
"get_energy_prices": { "get_energy_prices": {
"name": "Get energy prices", "name": "Get energy prices",
"description": "Request energy prices from EnergyZero.", "description": "Requests energy prices from EnergyZero.",
"fields": { "fields": {
"config_entry": { "config_entry": {
"name": "[%key:component::energyzero::services::get_gas_prices::fields::config_entry::name%]", "name": "[%key:component::energyzero::services::get_gas_prices::fields::config_entry::name%]",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment