1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/peco/strings.json
2025-10-28 10:33:10 +01:00

48 lines
1.5 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"incompatible_meter": "Your meter is not compatible with smart meter checking."
},
"error": {
"http_error": "There was an error communicating with PECO. The issue that is most likely is that you entered an invalid phone number. Please check the phone number or try again later.",
"invalid_phone_number": "Please enter a valid phone number.",
"unresponsive_meter": "Your meter is not responding. Please try again later."
},
"progress": {
"verifying_meter": "One moment. Verifying that your meter is compatible. This may take a minute or two."
},
"step": {
"user": {
"data": {
"county": "County",
"phone_number": "Phone number"
},
"data_description": {
"county": "County used for outage number retrieval",
"phone_number": "Phone number associated with the PECO account (optional). Adding a phone number adds a binary sensor confirming if your power is out or not, and not an issue with a breaker or an issue on your end."
}
}
}
},
"entity": {
"sensor": {
"customers_out": {
"name": "Customers out"
},
"customers_served": {
"name": "Customers served"
},
"map_alert": {
"name": "Map alert"
},
"outage_count": {
"name": "Outage count"
},
"percent_customers_out": {
"name": "Percent customers out"
}
}
}
}