hass-core/homeassistant/generated/config_flows.py
Steffen Zimmermann ee96ff2846
Add wiffi integration (#30784)
* Add integration for wiffi devices

wiffi devices are DIY board manufactured by stall.biz.
Several devices are available, e.g. a weather station (weatherman), an
indoor environmental sensor (wiffi-wz) and some more.
This intgration has been developed using a weatherman device, but should
also work for other devices from stall.biz.

* Fix pylint warning

* Use WIFFI / STALL WIFFI instead of wiffi to be consistent with stall.biz

* Don't update disabled entities.

* fix complains

- move wiffi specific code to pypi
- remove yaml configuration code

* incorporate various suggestions from code review

* fix remaining comments from Martin

* fix comments

* add tests for config flow

* fix comments

* add missing requirements for tests

* fix pylint warnings

* fix comments

* fix comments

remove debug log
rename .translations to translations

* rebase and adapt to latest dev branch

* Update homeassistant/components/wiffi/config_flow.py

Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>

* Update homeassistant/components/wiffi/config_flow.py

Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>

* fix missing import

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-05-13 10:40:58 +02:00

166 lines
2.5 KiB
Python

"""Automatically generated by hassfest.
To update, run python3 -m script.hassfest
"""
# fmt: off
FLOWS = [
"abode",
"adguard",
"agent_dvr",
"airly",
"airvisual",
"almond",
"ambiclimate",
"ambient_station",
"atag",
"august",
"axis",
"blebox",
"braviatv",
"brother",
"bsblan",
"cast",
"cert_expiry",
"coolmaster",
"coronavirus",
"daikin",
"deconz",
"devolo_home_control",
"dialogflow",
"directv",
"doorbird",
"dynalite",
"ecobee",
"elgato",
"elkm1",
"emulated_roku",
"esphome",
"flick_electric",
"flume",
"flunearyou",
"freebox",
"fritzbox",
"garmin_connect",
"gdacs",
"geofency",
"geonetnz_quakes",
"geonetnz_volcano",
"gios",
"glances",
"gpslogger",
"griddy",
"hangouts",
"harmony",
"heos",
"hisense_aehw4a1",
"home_connect",
"homekit",
"homekit_controller",
"homematicip_cloud",
"huawei_lte",
"hue",
"hunterdouglas_powerview",
"iaqualink",
"icloud",
"ifttt",
"ios",
"ipma",
"ipp",
"iqvia",
"islamic_prayer_times",
"isy994",
"izone",
"juicenet",
"konnected",
"life360",
"lifx",
"linky",
"local_ip",
"locative",
"logi_circle",
"luftdaten",
"lutron_caseta",
"mailgun",
"melcloud",
"met",
"meteo_france",
"mikrotik",
"minecraft_server",
"mobile_app",
"monoprice",
"mqtt",
"myq",
"neato",
"nest",
"netatmo",
"nexia",
"notion",
"nuheat",
"nut",
"nws",
"onvif",
"opentherm_gw",
"openuv",
"owntracks",
"panasonic_viera",
"plaato",
"plex",
"point",
"powerwall",
"ps4",
"pvpc_hourly_pricing",
"rachio",
"rainmachine",
"ring",
"roku",
"roomba",
"samsungtv",
"sense",
"sentry",
"shopping_list",
"simplisafe",
"smartthings",
"smhi",
"solaredge",
"solarlog",
"soma",
"somfy",
"songpal",
"sonos",
"spotify",
"starline",
"synology_dsm",
"tado",
"tellduslive",
"tesla",
"tibber",
"toon",
"totalconnect",
"tplink",
"traccar",
"tradfri",
"transmission",
"tuya",
"twentemilieu",
"twilio",
"unifi",
"upb",
"upnp",
"velbus",
"vera",
"vesync",
"vilfo",
"vizio",
"wemo",
"wiffi",
"withings",
"wled",
"wwlln",
"xiaomi_miio",
"zerproc",
"zha",
"zwave",
"zwave_mqtt"
]