hass-core/homeassistant/generated/config_flows.py
Maciej Bieniek 2c1a7a54cd Add GIOS integration (#28719)
* Initial commit

* Add gios to requirements

* Add tests

* Update .coveragerc file

* Run gen_requirements_all.py

* Change DEFAULT_SCAN_INTERVAL

* Better strings

* Bump library version

* run script.hassfest

* run isort

* Add icons mapping

* Remove unnecessary f-string

* Remove unnecessary listener

* Refactoring config_flow

* Add unique_id to config entry

* Change AQI states to consts in English

* Remove unused init

* Remove unused exception

* Remove private instance attribute

* Remove overwrite state property

* Fix pylint error

* Add SCAN_INTERVAL for air_quality entity

* Add _abort_if_unique_id_configured()
2019-12-31 13:05:31 +01:00

96 lines
1.4 KiB
Python

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