hass-core/homeassistant/generated/config_flows.py
mvn23 6ae908b883 Add opentherm_gw config flow (#27148)
* Add config flow support to opentherm_gw.
Bump pyotgw to 0.5b0 (required for connection testing)
Existing entries in configuration.yaml will be converted to config entries and ignored in future runs.

* Fix not connecting to Gateway on startup.
Pylint fixes.

* Add tests for config flow.
Remove non-essential options from config flow.
Restructure config entry data.

* Make sure gw_id is slugified
2019-10-04 17:38:26 -07:00

81 lines
1.2 KiB
Python

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