hass-core/homeassistant
J. Nick Koston 908ae23738
Add griddy integration ()
* 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
..
auth Replace cmp option with eq and order () 2020-02-02 20:28:52 -08:00
components Add griddy integration () 2020-03-10 23:00:30 +01:00
generated Add griddy integration () 2020-03-10 23:00:30 +01:00
helpers Improve script validation () 2020-03-05 11:44:42 -08:00
scripts Allow teaching logbook about events () 2020-03-05 11:55:50 -08:00
util Revert "Use orjson to parse json faster ()" () 2020-02-25 21:07:16 +01:00
__init__.py
__main__.py Add Safe Mode () 2020-01-14 13:03:02 -08:00
bootstrap.py Only check frontend for safe mode if frontend wanted to be loa… () 2020-02-19 15:56:46 +01:00
config.py Add www. to all documentation links () 2020-02-21 16:10:02 -08:00
config_entries.py Freeze config entry data () 2020-03-09 14:07:50 -07:00
const.py Improve script validation () 2020-03-05 11:44:42 -08:00
core.py Speed up validate_entity_id () 2020-02-24 08:35:02 -08:00
data_entry_flow.py Fix typos found by codespell () 2020-01-31 08:33:00 -08:00
exceptions.py Sort imports according to PEP8 for 'homeassistant' folder () 2019-12-09 16:42:10 +01:00
loader.py Correct grammatical error in CUSTOM_WARNING () 2020-03-09 09:40:08 +01:00
package_constraints.txt Upgrade hass_nabucasa to 0.32.2 () 2020-03-09 17:42:26 -07:00
requirements.py Sort imports for requirements.py and its test using isort () 2019-12-11 12:12:06 +01:00
setup.py print component import error to logfile () 2020-01-19 22:05:10 -08:00