* initial commit * Minor changes * add async setup entry * Add translations and some other stuff * add and remove entry * use async_setup_entry * Update config_flows.py * dshokouhi's changes * Improve workflow * Add valid_vendors * Add entity registry * Add device registry * Update entry from configuration.yaml * Revert unneccesary changes * Update .coveragerc * Prepared tests * Add dshokouhi and Santobert as codeowners * Fix unload entry and abort when already_configured * First tests * Add test for abort cases * Add test for invalid credentials on import * Add one last test * Add test_init.py with some tests * Address reviews, part 1 * Update outdated entry * await instead of add_job * run IO inside an executor * remove faulty test * Fix pylint issues * Move IO out of constructur * Edit error translations * Edit imports * Minor changes * Remove test for invalid vendor * Async setup platform * Edit login function * Moved IO out if init * Update switches after added to hass * Revert update outdated entry * try and update new entrys from config.yaml * Add test invalid vendor * Default to neato
82 lines
1.2 KiB
Python
82 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",
|
|
"neato",
|
|
"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"
|
|
]
|