1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-19 13:29:17 +00:00

19 Commits

Author SHA1 Message Date
starkillerOG
6cadd4f665
MotionBlinds use device_name helper ()
* use device_name helper

* fix typo

* fix import

* fix isort

* add gateway_test

* implement gateway test

* correct test blind mac
2022-06-03 15:33:43 +02:00
Ruben
8c9d7b392b
Change default name of motion blind TDBU entities so they can be auto renamed ()
Change the default name of motion blind TDBU entities so they can be automatically renamed
2022-05-24 16:48:22 +02:00
starkillerOG
03ec77fb62
Motion blinds support direct wifi blinds ()
* bump motionblinds to 0.6.0

* fix unknown type

* fix name for wifi direct blinds

* push motionblinds to 0.6.1

* fix RSSI sensor

* Do not add singnal sensor twice for direct WiFi blinds

* fix device registry

* fix typo

* missing import

* fix styling

* fix spelling
2022-03-11 20:13:46 -08:00
epenet
f6bc21d2aa
Remove integrations from mypy ignored modules (part 3) ()
* Adjust kaiterra

* Adjust keenetic_ndms2

* Adjust kodi

* Adjust kulersky

* Adjust litejet

* Adjust motion_blinds

* Cleanup mypy_config

* Adjust kulersky

* Adjust keenetic_ndms2

* Adjust kodi

* Adjust motion_blinds

* Introduce RequiredKeysMixin in kaiterra

Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-19 10:49:46 +01:00
epenet
80b6195505
Add sensor setup type hints [m-n] ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:09:36 +01:00
starkillerOG
503a5cbd44
Motion blinds add entity category () 2021-12-18 14:23:34 +01:00
epenet
bb538a9782
Use new enums in motion_blinds () 2021-12-16 22:47:23 +01:00
Robert Hillis
f2a5c4602e
Use DeviceInfo Class L-M () 2021-10-25 23:26:40 +02:00
starkillerOG
2634949999
Add motion_blinds VerticalBlind and cleanup () 2021-09-06 16:19:02 +02:00
Erik Montnemery
2720ba2753
Move temperature conversions to sensor base class (4/8) ()
* Move temperature conversions to entity base class (4/8)

* Fix litterrobot sensor

* Fix tests
2021-08-11 21:17:47 +02:00
Franck Nijhof
3311b1bafb
Small clean up for Motion Blinds () 2021-06-29 14:08:19 +03:00
starkillerOG
2dc46d4516
Fix motion_blinds gateway signal strength sensor ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-04-08 12:42:56 -07:00
starkillerOG
b4d39d517f
Update in 1 minute on unavailable Motion blinds ()
* if unavailable request update in 1 minute

* fix styling

* improve changing update interval

* remove unused import

* try to fix

* remove unused pass

* add const

* fix missing timedelta

* update to motionblinds 0.4.10

* improve update coordinator

* fix linting errors

* remove unused import

* move update functions within the DataUpdateCoordinator

* fix white space
2021-03-25 20:06:40 -07:00
Erik Montnemery
fdf97eaca3
Migrate integrations i-m to extend SensorEntity () 2021-03-22 19:59:03 +01:00
Erik Montnemery
14a59d290a
Update integrations j-o to override extra_state_attributes() () 2021-03-11 20:11:25 +01:00
tkdrob
a5a45f29e2
Cleanup unused loggers () 2021-02-14 13:46:58 +01:00
starkillerOG
598202da07
Simplify motion blinds push callback () 2020-12-29 12:11:08 +01:00
starkillerOG
82f9de31b1
Motion Blinds upgrade to local push ()
* Motion Blinds upgrade to local push
2020-12-23 15:15:11 -08:00
starkillerOG
0c30abda61
Add Motion Blinds integration ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2020-11-23 10:33:14 -10:00