mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Improve action descriptions in energyzero
integration (#140283)
- use descriptive style to match HA standard - fix sentence-casing of "Config entry"
This commit is contained in:
parent
00fc3f294b
commit
9edec57a82
@ -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 @@
|
|||||||
},
|
},
|
||||||
"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%]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user