1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-24 15:57:09 +00:00

22 Commits

Author SHA1 Message Date
epenet
88444b2e0c
Add type hints to integration tests (part 16) () 2023-02-15 10:50:02 +01:00
epenet
3abf7ea18a
Add type hints to integration tests (m-p) () 2023-02-08 07:48:54 -08:00
Franck Nijhof
7cd68381f1
Search/replace RESULT_TYPE_* by FlowResultType enum () 2022-07-07 19:57:36 +03:00
Erik Montnemery
67838518ab
Abort owntracks config flow when not connected to home assistant cloud () 2022-01-26 11:07:34 -08:00
Erik Montnemery
f92e8ab931
Drop owntracks import flow () 2022-01-26 15:47:37 +01:00
J. Nick Koston
3f3f77c6e6
Reduce config entry setup/unload boilerplate N-P () 2021-04-27 20:42:21 +02:00
Ville Skyttä
153d6e891e
Use config_entries.SOURCE_* constants () 2021-04-25 11:27:40 +02:00
Franck Nijhof
65cf2fcb6f
Drop asynctest () 2021-01-01 22:31:56 +01:00
springstan
c7ebfdb403
Use single_instance_allowed for webhook config flows () 2020-10-01 20:44:13 +02:00
Franck Nijhof
1c2ebdf307
Upgrade black to 20.8b1 () 2020-08-27 13:56:20 +02:00
Franck Nijhof
e56dd8ed50
Detect use of deprecated base_url ()
* Detect use of deprecated base_url

* Update get_url helper

* Update core migration

* Migrate all tests
2020-05-08 17:52:32 +02:00
Franck Nijhof
2223592486
Add get_url helper, deprecate base_url () 2020-05-08 02:29:47 +02:00
Paulus Schoutsen
ec47216388
Use built-in test helpers on 3.8 () 2020-04-30 13:29:50 -07:00
Paulus Schoutsen
0d700f6a63
Fix tests for Python 3.8 () 2020-04-25 14:32:55 -07:00
Paulus Schoutsen
aaa1d06809
Directly call async_write_ha_state ()
* Directly call async_write_ha_state

* Address comments

* Fix tests
2020-04-01 14:19:51 -07:00
Ville Skyttä
e6388e186c
Remove unnecessary string literal concatenations () 2020-01-02 21:17:10 +02:00
Bas Nijholt
05daa817f5 Sort imports according to PEP8 for owntracks () 2019-12-09 12:11:27 +01:00
Quentame
decab3e15b Add config flow tests for OwnTracks ()
* Add config flow tests for OwnTracks

* Fix pylint

* Woops, uncomment test

* Woops again, logs removed

* Review from @MartinHjelmare + fix pylint
2019-11-11 21:30:00 +01:00
Paulus Schoutsen
d98114d2ab Guard cloud check ()
* Guard cloud check

* Fix pos args
2019-10-18 20:08:53 -05:00
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -07:00
Paulus Schoutsen
6fa8556033
Use Cloudhooks for OwnTracks ()
* Use Cloudhooks for OwnTracks

* Update config_flow.py

* Update config_flow.py
2019-05-14 11:59:11 +02:00
Paulus Schoutsen
48e28843e6
OwnTracks Config Entry ()
* OwnTracks Config Entry

* Fix test

* Fix headers

* Lint

* Username for android only

* Update translations

* Tweak translation

* Create config entry if not there

* Update reqs

* Types

* Lint
2018-11-28 22:20:13 +01:00