epenet
050cb275ff
Improve entity type hints [v] ( #77885 )
2022-09-06 13:59:05 +02:00
GitHub Action
c5100d2895
[ci skip] Translation update
2022-09-05 00:31:16 +00:00
GitHub Action
6921583410
[ci skip] Translation update
2022-09-04 00:28:06 +00:00
GitHub Action
945299dfb6
[ci skip] Translation update
2022-09-03 00:24:50 +00:00
GitHub Action
ccef03f1d4
[ci skip] Translation update
2022-09-02 00:25:46 +00:00
y34hbuddy
a9fe9857bd
Implement reauth flow for volvooncall ( #77328 )
...
* implement reauth flow
* added more tests
* implement feedback for __init__.py
* implemented feedback
* remove impossible return checks
* raise UpdateFailed when update fails
2022-08-31 22:37:38 +02:00
GitHub Action
035cd16a95
[ci skip] Translation update
2022-08-30 00:30:17 +00:00
GitHub Action
a093057420
[ci skip] Translation update
2022-08-29 00:27:51 +00:00
GitHub Action
7f1a203721
[ci skip] Translation update
2022-08-28 00:29:27 +00:00
GitHub Action
c916fcb2c6
[ci skip] Translation update
2022-08-27 00:24:30 +00:00
GitHub Action
d7724235ff
[ci skip] Translation update
2022-08-26 00:27:16 +00:00
Erik Montnemery
c741d9d045
Update integrations to import issue_registry from helpers ( #77305 )
...
* Update integrations to import issue_registry from helpers
* Update tests
2022-08-25 15:33:05 +02:00
GitHub Action
16b93d1af2
[ci skip] Translation update
2022-08-25 00:28:02 +00:00
GitHub Action
a4dcb3a9c1
[ci skip] Translation update
2022-08-24 00:27:09 +00:00
y34hbuddy
99ec341d6e
Refactor volvooncall to use ConfigFlow ( #76680 )
...
* refactor volvooncall to use ConfigFlow
* remove unused constant SIGNAL_STATE_UPDATED
* implemented feedback
* improve ConfigFlow UX by giving an option for region=None
* implemented more feedback
* next round of feedback
* implemented more feedback
* improve test coverage
* more test coverage
* Apply suggestions from code review
* implemented feedback on tests
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-23 20:58:17 +02:00
Jonathan Keslin
d76ebbbb0b
Remove @decompil3d as maintainer on volvooncall ( #76153 )
...
* Remove @decompil3d as maintainer on volvooncall
* Run hassfest
Signed-off-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-08-04 22:37:20 +03:00
y34hbuddy
b5a6ee3c56
Refactor volvooncall to (mostly) use DataUpdateCoordinator ( #75885 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-04 19:44:39 +02:00
Marc Mueller
c9ddb10024
Use device_tracker SourceType enum [s-z] ( #75966 )
2022-07-31 14:01:18 +02:00
Marc Mueller
003fe9220e
Add protocol types for device_tracker async_see
and see
( #75891 )
2022-07-29 00:27:47 +02:00
epenet
6374fd0992
Add lock typing in volvooncall ( #73548 )
2022-06-16 10:19:44 +02:00
epenet
f8f1bfde21
Add lock typing in components ( #73539 )
...
* Add lock typing in components
* Revert freedompro amends
2022-06-15 15:23:36 +02:00
Marc Mueller
cc11562fa2
Bump volvooncall to 0.10.0 ( #67918 )
2022-03-09 21:31:27 +02:00
J. Nick Koston
5b755b74fb
Add loggers to integration manifest.json ( #65083 )
2022-01-28 13:37:53 -08:00
Franck Nijhof
4c83ecd7bd
Fix incorrect usage of ToggleEntity in switch platforms ( #64620 )
...
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2022-01-21 13:17:45 +01:00
epenet
0ac9b62f97
Fix incorrect type hint in async_setup_scanner ( #63833 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-10 22:47:24 +01:00
epenet
c6aaa24027
Add type hints to async_setup_scanner ( #63826 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-10 16:13:54 +01:00
epenet
6f93ffb7ee
Add sensor setup type hints [t-v] ( #63309 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:20:39 +01:00
epenet
f456f68dff
Add switch setup type hints [s-z] ( #63305 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 16:44:20 +01:00
epenet
eed7ce55b3
Add lock setup type hints ( #63296 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 15:45:15 +01:00
epenet
862daff622
Add binary_sensor setup type hints [s-z] ( #63271 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 13:13:03 +01:00
epenet
e7b262f9e5
Add init type hints [v-z] ( #63195 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 16:27:12 +01:00
Jonathan Keslin
c915aa1493
Update volvooncall, add hybrid plug status ( #58919 )
2021-12-03 11:07:03 -08:00
Erik Montnemery
ae507aeed1
Move temperature conversions to sensor base class (8/8) ( #54483 )
...
* Move temperature conversions to entity base class (8/8)
* Fix wallbox sensor
* Fix tests
2021-08-11 21:17:16 +02:00
victorclaessen
a03ee1e528
Fix Volvo On Call lock state ( #50832 )
...
* Fix Volvo On Call: Locked shows as Unlocked #43260 and #49224
* Update binary_sensor.py
Black changed 'Door lock' to "Door lock" (double quotes)
* Update homeassistant/components/volvooncall/binary_sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update binary_sensor.py
Amend code to pass pylint test
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-05-22 19:33:02 +02:00
Franck Nijhof
055cdc64c0
Add support for IoT class in manifest ( #46935 )
2021-04-15 10:21:38 +02:00
Marc Mueller
8e2b5b36b5
Bump pyupgrade to 2.12.0 ( #48943 )
2021-04-09 09:58:27 -07:00
Erik Montnemery
783b453bbe
Migrate integrations t-v to extend SensorEntity ( #48216 )
2021-03-22 19:47:44 +01:00
Erik Montnemery
1fc8e32d86
Update integrations t-z to override extra_state_attributes() ( #47760 )
2021-03-11 20:16:26 +01:00
Quentame
198ecb0945
Uniformize platform setup ( #47101 )
...
* A platform is not a component
* Fix dynalite
* SUPPORTED_PLATFORMS --> PLATFORMS
* In tests
* In tests 2
* Fix SmartThings
* Fix ZHA test
* Fix Z-Wave
* Revert Z-Wave
* Use PLATFORMS const in ambient_station
* Fix ihc comment
2021-03-02 21:43:59 +01:00
tkdrob
a5f372018c
Use core constants for volvooncall ( #46543 )
2021-02-14 17:01:18 -05:00
Philip Allgaier
dde6305549
Cleanup unused loggers (components N-Z + tests) ( #41982 )
2020-10-16 21:24:08 -05:00
Emil Stjerneman
85c856cfa3
Volvo on call updates ( #38142 )
...
* Add "doors_tailgate_open" and "average_speed" to resource list
* Bump volvooncall from 0.8.7 to 0.8.12
* Bump volvooncall in requirements_all.txt
2020-07-25 14:48:19 -05:00
Erik Montnemery
b30d117e7d
Rename LockDevice to LockEntity ( #34594 )
2020-04-25 18:02:41 +02:00
Erik Montnemery
b022e08db9
Rename BinarySensorDevice to BinarySensorEntity ( #34462 )
...
* Rename BinarySensorDevice to BinarySensorEntity
* Tweak
* Move deprecation warning to __new__, add test
* Move deprecation warning back to __init__
* Move deprecation warning to __init_subclass
2020-04-23 21:57:07 +02:00
Fredrik Erlandsson
dd03fcbeb3
Improve volvooncall ( #34495 )
...
* Add write_ha_state to switch
* Add unique_id to voc
2020-04-22 10:10:59 +02:00
Paulus Schoutsen
f1d3c0d19b
Remove unused manifest fields ( #33595 )
2020-04-03 12:58:19 -07:00
Paulus Schoutsen
4ebbabcdd1
Unsub dispatcher when removing entity from hass ( #33510 )
...
* Unsub dispatcher when removing entity from hass
* Update homeassistant/components/plaato/sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/volvooncall/__init__.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-04-02 09:25:33 -07:00
Franck Nijhof
b4d6d238e5
Correct names in manifests (T-Z) ( #30546 )
2020-01-07 14:31:18 +01:00
Franck Nijhof
a84741392b
Format all manifests with prettier ( #30521 )
2020-01-06 21:28:23 +01:00
springstan
243e80459d
Move imports to top for volvooncall ( #29201 )
2019-11-29 01:59:48 +01:00