mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07: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": {
|
||||
"get_gas_prices": {
|
||||
"name": "Get gas prices",
|
||||
"description": "Request gas prices from EnergyZero.",
|
||||
"description": "Requests gas prices from EnergyZero.",
|
||||
"fields": {
|
||||
"config_entry": {
|
||||
"name": "Config Entry",
|
||||
"name": "Config entry",
|
||||
"description": "The config entry to use for this action."
|
||||
},
|
||||
"incl_vat": {
|
||||
@ -76,7 +76,7 @@
|
||||
},
|
||||
"get_energy_prices": {
|
||||
"name": "Get energy prices",
|
||||
"description": "Request energy prices from EnergyZero.",
|
||||
"description": "Requests energy prices from EnergyZero.",
|
||||
"fields": {
|
||||
"config_entry": {
|
||||
"name": "[%key:component::energyzero::services::get_gas_prices::fields::config_entry::name%]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user