hass-core/homeassistant/generated/config_flows.py
Willem-Jan cf30895460
Add BSBLan Climate integration (#32375)
* Initial commit for BSBLan Climate component

The most basic climate functions work.

* Delete manifest 2.json

wrongly added to commit

* fix incorrect name

current_hvac_mode

* update coverage to exclude bsblan

* sorted and add configflow

* removed unused code, etc

* fix hvac, preset  mix up

now it sets hvac mode to none and preset to eco

* fix naming

* removed commented code and cleaned code that isn't needed

* Add test for the configflow

* Update requirements

fixing some issues in bsblan Lib

* Update coverage file to include configflow bsblan

* Fix hvac preset is not in hvac mode

rewrote how to handle presets.

* Add passkey option

My device had a passkey so I needed to push this functionality to do testing

* Update constants

include passkey and added some more for device indentification

* add passkey for configflow

* Fix use discovery_info instead of user_input

also added passkey

* Fix name

* Fix for discovery_info[CONF_PORT] is None

* Fix get value CONF_PORT

* Fix move translation to new location

* Fix get the right info

* Fix remove zeroconf and fix the code

* Add init for mockConfigEntry

* Fix removed zeroconfig and fix code

* Fix changed ClimateDevice to ClimatEntity

* Fix log error message

* Removed debug code

* Change name of device.

* Remove check

This is done in the configflow

* Remove period from logging message

* Update homeassistant/components/bsblan/strings.json

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Add passkey

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-05-09 22:16:21 -04:00

162 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",
"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",
"twentemilieu",
"twilio",
"unifi",
"upb",
"upnp",
"velbus",
"vera",
"vesync",
"vilfo",
"vizio",
"wemo",
"withings",
"wled",
"wwlln",
"xiaomi_miio",
"zha",
"zwave",
"zwave_mqtt"
]