mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Fix wording of "Estimated power production" sensors in forecast_solar
(#145201)
This commit is contained in:
parent
37fe25cfdc
commit
5031ffe767
@ -54,13 +54,13 @@
|
||||
"name": "Estimated power production - now"
|
||||
},
|
||||
"power_production_next_hour": {
|
||||
"name": "Estimated power production - next hour"
|
||||
"name": "Estimated power production - in 1 hour"
|
||||
},
|
||||
"power_production_next_12hours": {
|
||||
"name": "Estimated power production - next 12 hours"
|
||||
"name": "Estimated power production - in 12 hours"
|
||||
},
|
||||
"power_production_next_24hours": {
|
||||
"name": "Estimated power production - next 24 hours"
|
||||
"name": "Estimated power production - in 24 hours"
|
||||
},
|
||||
"energy_current_hour": {
|
||||
"name": "Estimated energy production - this hour"
|
||||
|
@ -194,17 +194,17 @@ async def test_disabled_by_default(
|
||||
[
|
||||
(
|
||||
"power_production_next_12hours",
|
||||
"Estimated power production - next 12 hours",
|
||||
"Estimated power production - in 12 hours",
|
||||
"600000",
|
||||
),
|
||||
(
|
||||
"power_production_next_24hours",
|
||||
"Estimated power production - next 24 hours",
|
||||
"Estimated power production - in 24 hours",
|
||||
"700000",
|
||||
),
|
||||
(
|
||||
"power_production_next_hour",
|
||||
"Estimated power production - next hour",
|
||||
"Estimated power production - in 1 hour",
|
||||
"400000",
|
||||
),
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user