1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 21:47:08 +00:00
Files
core/homeassistant/components/energyzero/strings.json
Klaas Schoute d8f0c090cf Energyzero - Add sensor entity to pick best hours (#98916)
* Add entity to pick best hours

* Add entity also to diagnostics

* Remove string translation that doesn't exists

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-08-23 23:02:19 +02:00

44 lines
1.0 KiB
JSON

{
"config": {
"step": {
"user": {
"description": "[%key:common::config_flow::description::confirm_setup%]"
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"entity": {
"sensor": {
"current_hour_price": {
"name": "Current hour"
},
"next_hour_price": {
"name": "Next hour"
},
"average_price": {
"name": "Average - today"
},
"max_price": {
"name": "Highest price - today"
},
"min_price": {
"name": "Lowest price - today"
},
"highest_price_time": {
"name": "Time of highest price - today"
},
"lowest_price_time": {
"name": "Time of lowest price - today"
},
"percentage_of_max": {
"name": "Current percentage of highest price - today"
},
"hours_priced_equal_or_lower": {
"name": "Hours priced equal or lower than current - today"
}
}
}
}