1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-10 08:59:18 +00:00

11 Commits

Author SHA1 Message Date
Joost Lekkerkerker
9b41e3d124
Use is in enum comparison in config flow tests A-E () 2024-04-02 11:22:05 -10:00
Marc Mueller
32f3f46542
Add empty line after module docstring (2) [tests.components] () 2024-03-08 19:16:21 +01:00
Joakim Sørensen
6d567c3e0a
Bump pycfdns from 2.0.1 to 3.0.0 () 2023-11-06 11:05:44 +01:00
epenet
fa7acb4f0d
Add type hints to integration tests (part 3) () 2023-02-10 16:05:01 +01:00
epenet
807c69f621
Add type hints to integration tests (b-c) () 2023-02-08 18:08:43 +01:00
Franck Nijhof
a6244eea28
Search/replace RESULT_TYPE_* by FlowResultType enum () 2022-07-07 21:28:18 +02:00
Paulus Schoutsen
a4d9019ffc
Refactor persistent notification to no longer route all data via a service ()
* Convert persistent notification tests to async

* Create/dismiss persistent notifications in exposed functions, not service calls

* Fix notify persistent_notification

* Remove setting up persistent_notification

* Drop more setups

* Empty methods

* Undeprecate sync methods because too big task

* Fix setup clearing notifications

* Fix a bunch of tests

* Fix more tests

* Uno mas

* Test persistent notification events

* Clean up stale comment

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-07 12:58:00 +02:00
Milan Meulemans
debcc6689f
Activate mypy for Cloudflare () 2021-08-05 13:01:12 +02:00
Chris Talkington
e4fc76ac2c
Add re-authentication support to cloudflare () 2021-06-28 10:48:18 +02:00
Franck Nijhof
301d642ad8
Clean up deprecation message & config schema from Cloudflare () 2021-05-05 07:56:50 +02:00
Chris Talkington
d8577a1550
Add config flow for cloudflare ()
* add config flow for cloudflare

* Create const.py

* work on flow.

* remove const.

* lint.

* Apply suggestions from code review

Co-authored-by: J. Nick Koston <nick@koston.org>

* Update config_flows.py

* Update homeassistant/components/cloudflare/strings.json

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Update strings.json

* Apply suggestions from code review

* Update __init__.py

* Update __init__.py

Co-authored-by: J. Nick Koston <nick@koston.org>
2020-10-21 09:09:00 -05:00