Files
core/homeassistant/components/griddy/strings.json
T
J. Nick KostonandPaulus Schoutsen 908ae23738 Add griddy integration (#32591)
* Add griddy integration

* Griddy is a wholesale power provider in Texas

* Supports all four load zones in Texas

* Provides real time power price which is useful for automations to handle demand response

* Update homeassistant/components/griddy/sensor.py

Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>

* Update homeassistant/components/griddy/config_flow.py

Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>

* Add ability request updated via entity update service.

* Improve error message about already configured

* Remove DEVICE_CLASS_POWER since we do not have a device class for cost

* remove setdefault that was left from previous refactor

* More detail on data naming

* Bump translation for testing

* git add the config flow tests

* s/PlatformNotReady/ConfigEntryNotReady/

* Review items

* git add the other missing file

* Patch griddypower

* reduce

* adjust target

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-03-10 23:00:30 +01:00

22 lines
601 B
JSON

{
"config" : {
"error" : {
"cannot_connect" : "Failed to connect, please try again",
"unknown" : "Unexpected error"
},
"title" : "Griddy",
"step" : {
"user" : {
"description" : "Your Load Zone is in your Griddy account under “Account > Meter > Load Zone.”",
"data" : {
"loadzone" : "Load Zone (Settlement Point)"
},
"title" : "Setup your Griddy Load Zone"
}
},
"abort" : {
"already_configured" : "This Load Zone is already configured"
}
}
}