core/homeassistant/components/azure_event_hub
Eduard van Valkenburg 80833aa7fb
Add config flow to Azure Event Hub integration (#61155)
* config flow added, no tests yet

* added tests

* refinement of tests

* small reverses of hub code

* fix small bug

* test fixes from review

* test fixes from review

* further refinement of tests and config flow

* removed true return from hub and added failed reason for import

* added deepcopy to default options

* deleted max_delay from options, can still be in yaml for now

* updated dropped message

* mistaken period at eol
2021-12-16 18:57:51 +01:00
..
__init__.py Add config flow to Azure Event Hub integration (#61155) 2021-12-16 18:57:51 +01:00
client.py Add config flow to Azure Event Hub integration (#61155) 2021-12-16 18:57:51 +01:00
config_flow.py Add config flow to Azure Event Hub integration (#61155) 2021-12-16 18:57:51 +01:00
const.py Add config flow to Azure Event Hub integration (#61155) 2021-12-16 18:57:51 +01:00
manifest.json Add config flow to Azure Event Hub integration (#61155) 2021-12-16 18:57:51 +01:00
strings.json Add config flow to Azure Event Hub integration (#61155) 2021-12-16 18:57:51 +01:00