hass-core/homeassistant/generated/config_flows.py
Maikel Punie 28beebac61 Enable SolarEdge config entries (#26282)
* Initial commit for the solaredge configflow

* rerun the hassfest script

* Adding testcases

* Rerun hassfest, problem with black?

* Requirements for the tests

* Remove CONF_MONITORED_CONDITIONS from configuration.yaml

* Remove the options flow strings

* Resolve some comments

* Comments

* More comments

* Move the config from the sensor platform to the component itself

* More comments

* More comments

* Added solaredge __init__

* Added more test to increase coverage
2019-09-08 21:49:20 +02:00

73 lines
1.1 KiB
Python

"""Automatically generated by hassfest.
To update, run python3 -m script.hassfest
"""
FLOWS = [
"adguard",
"ambiclimate",
"ambient_station",
"axis",
"cast",
"cert_expiry",
"daikin",
"deconz",
"dialogflow",
"emulated_roku",
"esphome",
"geofency",
"geonetnz_quakes",
"gpslogger",
"hangouts",
"heos",
"homekit_controller",
"homematicip_cloud",
"hue",
"iaqualink",
"ifttt",
"ios",
"ipma",
"iqvia",
"life360",
"lifx",
"linky",
"locative",
"logi_circle",
"luftdaten",
"mailgun",
"met",
"mobile_app",
"mqtt",
"nest",
"notion",
"openuv",
"owntracks",
"plaato",
"point",
"ps4",
"rainmachine",
"simplisafe",
"smartthings",
"smhi",
"solaredge",
"somfy",
"sonos",
"tellduslive",
"toon",
"tplink",
"traccar",
"tradfri",
"twentemilieu",
"twilio",
"unifi",
"upnp",
"velbus",
"vesync",
"wemo",
"withings",
"wwlln",
"zha",
"zone",
"zwave"
]