* Adds Twente Milieu integration * Addresses flake8 warnings * Adds required test deps * Fixes path typo in coveragerc * dispatcher_send -> async_dispatcher_send Signed-off-by: Franck Nijhof <frenck@addons.community> * Removes not needed __init__ Signed-off-by: Franck Nijhof <frenck@addons.community> * Remove explicitly setting None default value on get call Signed-off-by: Franck Nijhof <frenck@addons.community> * Correct typo in comment Signed-off-by: Franck Nijhof <frenck@addons.community> * Clean storage for only the unloaded entry Signed-off-by: Franck Nijhof <frenck@addons.community> * asyncio.wait on updating all integrations Signed-off-by: Franck Nijhof <frenck@addons.community> * Use string formatting Signed-off-by: Franck Nijhof <frenck@addons.community> * Set a more sane SCAN_INTERVAL Signed-off-by: Franck Nijhof <frenck@addons.community> * Small refactor around services Signed-off-by: Franck Nijhof <frenck@addons.community> * Small styling correction * Extract update logic into own function Signed-off-by: Franck Nijhof <frenck@addons.community> * Addresses flake8 warnings
64 lines
939 B
Python
64 lines
939 B
Python
"""Automatically generated by hassfest.
|
|
|
|
To update, run python3 -m script.hassfest
|
|
"""
|
|
|
|
|
|
FLOWS = [
|
|
"adguard",
|
|
"ambiclimate",
|
|
"ambient_station",
|
|
"axis",
|
|
"cast",
|
|
"daikin",
|
|
"deconz",
|
|
"dialogflow",
|
|
"emulated_roku",
|
|
"esphome",
|
|
"geofency",
|
|
"gpslogger",
|
|
"hangouts",
|
|
"heos",
|
|
"homekit_controller",
|
|
"homematicip_cloud",
|
|
"hue",
|
|
"ifttt",
|
|
"ios",
|
|
"ipma",
|
|
"iqvia",
|
|
"life360",
|
|
"lifx",
|
|
"locative",
|
|
"logi_circle",
|
|
"luftdaten",
|
|
"mailgun",
|
|
"met",
|
|
"mobile_app",
|
|
"mqtt",
|
|
"nest",
|
|
"notion",
|
|
"openuv",
|
|
"owntracks",
|
|
"plaato",
|
|
"point",
|
|
"ps4",
|
|
"rainmachine",
|
|
"simplisafe",
|
|
"smartthings",
|
|
"smhi",
|
|
"somfy",
|
|
"sonos",
|
|
"tellduslive",
|
|
"toon",
|
|
"tplink",
|
|
"tradfri",
|
|
"twentemilieu",
|
|
"twilio",
|
|
"unifi",
|
|
"upnp",
|
|
"wemo",
|
|
"wwlln",
|
|
"zha",
|
|
"zone",
|
|
"zwave"
|
|
]
|