mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
71 lines
2.1 KiB
JSON
71 lines
2.1 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_data": "Received invalid data from Essent",
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"description": "Set up Essent dynamic energy price monitoring for the Netherlands. For customers with dynamic pricing contracts only."
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"electricity_average_today": {
|
|
"name": "Average electricity price today"
|
|
},
|
|
"electricity_current_price": {
|
|
"name": "Current electricity price"
|
|
},
|
|
"electricity_current_price_ex_vat": {
|
|
"name": "Current electricity price excl. VAT"
|
|
},
|
|
"electricity_current_price_market_price": {
|
|
"name": "Current electricity market price"
|
|
},
|
|
"electricity_current_price_purchasing_fee": {
|
|
"name": "Current electricity purchasing fee"
|
|
},
|
|
"electricity_current_price_tax": {
|
|
"name": "Current electricity tax"
|
|
},
|
|
"electricity_current_price_vat": {
|
|
"name": "Current electricity VAT"
|
|
},
|
|
"electricity_highest_price_today": {
|
|
"name": "Highest electricity price today"
|
|
},
|
|
"electricity_lowest_price_today": {
|
|
"name": "Lowest electricity price today"
|
|
},
|
|
"electricity_next_price": {
|
|
"name": "Next electricity price"
|
|
},
|
|
"gas_current_price": {
|
|
"name": "Current gas price"
|
|
},
|
|
"gas_current_price_ex_vat": {
|
|
"name": "Current gas price excl. VAT"
|
|
},
|
|
"gas_current_price_market_price": {
|
|
"name": "Current gas market price"
|
|
},
|
|
"gas_current_price_purchasing_fee": {
|
|
"name": "Current gas purchasing fee"
|
|
},
|
|
"gas_current_price_tax": {
|
|
"name": "Current gas tax"
|
|
},
|
|
"gas_current_price_vat": {
|
|
"name": "Current gas VAT"
|
|
},
|
|
"gas_next_price": {
|
|
"name": "Next gas price"
|
|
}
|
|
}
|
|
}
|
|
}
|