Erik Montnemery
ea7e88d000
Pass None instead of empty dict when registering entity services ( #123878 )
2024-08-14 07:04:29 -05:00
Marc Hörsken
4d5ae57390
Add camera recording service to blink ( #110612 )
...
Add camera clip recording service to blink
Revival of #46598 by @fronzbot, therefore:
Co-authored-by: Kevin Fronczak <kfronczak@gmail.com>
2024-05-12 19:35:01 -07:00
mkmer
2620443a88
Add error translations to Blink ( #115924 )
...
* Add translations
Catch timeout in snap
* Grammer cleanup
2024-04-21 21:19:48 +02:00
Marc Mueller
ff3a801936
Add empty line after module docstring [a-d] ( #112697 )
2024-03-08 14:51:32 +01:00
Marc Mueller
c82933175d
Use builtin TimeoutError [a-d] ( #109678 )
2024-02-05 11:31:33 +01:00
mkmer
019e80b204
Use version property in Blink ( #108911 )
2024-01-27 19:45:13 +01:00
mkmer
24c9bddae0
Bump blinkpy to 0.22.6 ( #108727 )
...
Remove update after snap - now handled in library
2024-01-25 15:23:37 +01:00
mkmer
438ba7eaad
Add software version to Blink device info ( #107548 )
...
* add firmware to device
* Version from attributes
2024-01-08 20:32:29 +01:00
mkmer
e7e0ae8f6a
Move services to entity services in blink ( #105413 )
...
* 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
26e1285f34
Address late review for blink ( #103376 )
...
* use self.coordinator
* Dont store coordinator
* revert unintended sensor change
* revert remove
* indention error
* revert
* Revert more
2023-11-04 16:21:10 +01:00
mkmer
b37e9bc79a
Improve camera snap performance in Blink ( #102652 )
2023-10-24 23:50:10 -05:00
Joost Lekkerkerker
8cfb8cb084
Add serial number to Blink ( #102621 )
2023-10-24 11:38:54 +02:00
mkmer
40ccae3d07
Add coordinator to Blink ( #102536 )
2023-10-23 15:34:28 +02:00
mkmer
9444e1e2ab
Address Blink late review ( #102106 )
...
* 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 ( #98571 )
2023-10-16 13:41:45 +02:00
Erik Montnemery
045c327928
Move DeviceInfo from entity to device registry ( #98149 )
...
* Move DeviceInfo from entity to device registry
* Update integrations
2023-08-10 22:04:26 -04:00
Joost Lekkerkerker
7d2559e6a5
Add has entity name to Blink ( #96322 )
2023-07-11 14:12:16 -04:00
Joost Lekkerkerker
36ded01264
Add entity translations to Blink ( #95138 )
2023-06-26 18:29:33 +02:00
epenet
dedf063e43
Improve entity type hints [b] ( #77012 )
2022-08-19 09:54:13 +02:00
Kevin Fronczak
4317daaf08
Fix uncaught Blink exceptions ( #69770 )
2022-04-26 19:22:03 -10:00
epenet
cbd3cd4599
Add camera setup type hints ( #63277 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 13:22:41 +01:00
Jonathan Keslin
eb897c6f48
Add device registry information to Blink entities ( #62449 )
2021-12-21 12:06:08 +01:00
yeahme49
15c4f3906b
Blink arm camera ( #56474 )
2021-10-27 13:24:55 -05:00
J. Nick Koston
e99576c094
Pass width and height when requesting camera snapshot ( #53835 )
2021-08-10 19:33:06 -05:00
Robert Hillis
73976d2a26
Use entity class attributes for Blink ( #52891 )
...
* Use entity class attributes for blink
* rework
* revert extra state attributes
2021-07-18 17:21:12 -04:00
Franck Nijhof
2ed386f9e6
Migrate to async_get_current_platform everywhere ( #50034 )
2021-05-03 09:34:28 -07:00
Franck Nijhof
e5bfef719f
Fix Blink entity service schema ( #50019 )
2021-05-03 14:57:11 +02:00
Erik Montnemery
6c084ae6ce
Update integrations a-e to override extra_state_attributes() ( #47756 )
2021-03-11 16:51:03 +01:00
Kevin Fronczak
94a9b364b0
Move Blink trigger_camera service to camera platform ( #35635 )
2020-06-02 17:25:12 -07:00
Kevin Fronczak
85726b67b7
Add config flow and 2FA support for Blink ( #35396 )
2020-05-13 15:50:29 +02:00
Franck Nijhof
6a24d893c8
Use literal string interpolation in integrations B-D (f-strings) ( #26378 )
2019-09-03 17:09:59 +02:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
cgtobi
2c07bfb9e0
Remove dependencies and requirements ( #23024 )
...
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit fe7171b4cd
.
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit 391355ee2c
.
* Remove dependencies and requirements
* Fix flake8 complaints
* Fix more flake8 complaints
* Revert non-component removals
2019-04-12 10:13:30 -07:00
Paulus Schoutsen
4b1de61110
Use relative imports inside integrations ( #22235 )
...
* Use relative imports inside integrations
* Lint
* Fix automation tests
* Fix scene imports
2019-03-20 22:56:46 -07:00
Fabian Affolter
127c55e0c1
Update file header ( #21023 )
...
* Update file header
* Update file header
* Update file header
* Update file header
* Update file header
* Fix lint issues
2019-02-13 21:21:14 +01:00
Paulus Schoutsen
e2d3c27e85
Embed all platforms into components ( #20677 )
...
* Consolidate all components with platforms
* Organize tests
* Fix more tests
* Fix Verisure tests
* one final test fix
* Add change
* Fix coverage
2019-02-02 07:13:16 -08:00