1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-15 16:30:04 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
mkmer
4dbaa576a7 Remove unused option flow from blink ()
* Remove unused option flow

* remove update listener

* adjust scan_interval to original default

* default scn interval back to 30s
2024-01-09 16:06:04 +01:00
mkmer
e7e0ae8f6a Move services to entity services in blink ()
* Use device name to lookup camera

* Fix device registry serial

* Move to entity based services

* Update tests

* Use config_entry
Move refresh service out of camera

* Use config entry for services

* Fix service schema

* Add depreciation note

* Depreciation note

* key error changes
deprecated (not depreciated)
repair issue

* tweak message

* deprication v2

* back out update field change

* backout update schema changes

* Finish rollback on update service

* update doc strings

* move to 2024.7.0
More verbosity to deprecation message
2023-12-28 19:56:40 +01:00
mkmer
e9f28c2060 Redact unique id from diagnostics in blink ()
redact unique id
2023-12-26 16:16:54 +01:00
Erik Montnemery
6908497c3d Add minor version to config entries () 2023-12-12 08:44:35 +01:00
mkmer
99f28c7163 Late review updates for Blink () 2023-11-30 22:40:41 +01:00
mkmer
d318155f09 Move to new service handeling methods in Blink () 2023-11-28 08:34:41 +01:00
Aarni Koskela
706add4a57 Switch formatting from black to ruff-format ()
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-11-27 14:38:59 +01:00
mkmer
669b347ed1 Add init test to Blink () 2023-11-27 11:13:40 +01:00
mkmer
f7fef14d06 Add diagnostic platform and tests to Blink ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-11-13 13:49:07 -06:00
mkmer
9444e1e2ab Address Blink late review ()
* Address late review topics

* Missing await, optimize config_flow call

* Address proper mock for blink

* Address typing
2023-10-16 17:41:56 +02:00
mkmer
eaf6197d43 Bump Blinkpy to 0.22.2 in Blink () 2023-10-16 13:41:45 +02:00
epenet
807c69f621 Add type hints to integration tests (b-c) () 2023-02-08 18:08:43 +01:00
Franck Nijhof
5e81d28116 Update black to 23.1.0 () 2023-02-02 18:35:24 +01:00
epenet
5be961f07f Use SchemaOptionsFlowHandler in blink ()
* Use SchemaOptionsFlowHandler in blink

* Use config entry update listener

* Adjust tests

* Simplify options init

* Don't reload

* Use selector
2022-11-30 14:59:26 +01:00
Franck Nijhof
7cd68381f1 Search/replace RESULT_TYPE_* by FlowResultType enum () 2022-07-07 19:57:36 +03:00
epenet
078c5cea86 Adjust async_step_reauth in blink () 2022-06-29 11:54:21 +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
Ville Skyttä
153d6e891e Use config_entries.SOURCE_* constants () 2021-04-25 11:27:40 +02:00
Franck Nijhof
bb9da22a84 Clean up superfluous integration setup - part 3 () 2021-03-29 13:23:44 -10:00
Kevin Fronczak
8900b38c7f Add Blink config migration () 2021-03-23 09:24:42 +01:00
Franck Nijhof
65cf2fcb6f Drop asynctest () 2021-01-01 22:31:56 +01:00
Paulus Schoutsen
1c36bf5e19 Fix block till done in create entry config flow tests () 2020-10-24 16:20:56 +02:00
Franck Nijhof
1c2ebdf307 Upgrade black to 20.8b1 () 2020-08-27 13:56:20 +02:00
Kevin Fronczak
3fdec7946c Blink auth flow improvement and mini camera support () 2020-08-05 12:21:14 +02:00
Kevin Fronczak
a68af0a3a9 Add blink tests ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-16 11:05:33 +02:00