1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
ha-core/homeassistant/generated/config_flows.py
Franck Nijhof 78b83c653a
Add WLED integration (#28542)
* Add WLED integration

* Use f-string for uniq id in sensor platform

* Typing improvements

* Removes sensor & light platform

* Remove PARALLEL_UPDATES from integration level

* Correct type in code comment 'themselves'

* Use async_track_time_interval in async context

* Remove stale code

* Remove decorator from Flow handler

* Remove unused __init__ from config flow

* Move show form methods to sync

* Only wrap lines that can raise in try except block

* Remove domain and platform from uniq id

* Wrap light state in bool object in is_on method

* Use async_schedule_update_ha_state in async context

* Return empty dict in device state attributes instead of None

* Remove unneeded setdefault call in setup entry

* Cancel update timer on entry unload

* Restructure config flow code

* Adjust tests for new uniq id

* Correct typo AdGuard Home -> WLED in config flow file comment

* Convert internal package imports to be relative

* Reformat JSON files with Prettier

* Improve tests based on review comments

* Add test for zeroconf when no data is provided

* Cleanup and extended tests
2019-11-06 23:55:39 +01:00

90 lines
1.3 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",
"emulated_roku",
"esphome",
"geofency",
"geonetnz_quakes",
"glances",
"gpslogger",
"hangouts",
"heos",
"homekit_controller",
"homematicip_cloud",
"huawei_lte",
"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",
"solarlog",
"soma",
"somfy",
"sonos",
"tellduslive",
"toon",
"tplink",
"traccar",
"tradfri",
"transmission",
"twentemilieu",
"twilio",
"unifi",
"upnp",
"velbus",
"vesync",
"wemo",
"withings",
"wled",
"wwlln",
"zha",
"zone",
"zwave"
]