Commit Graph

121 Commits (b01078199a9b7e098707043f321acde0d6472628)

Author SHA1 Message Date
epenet bcc9251517
Use new enums in hunterdouglas_powerview ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-14 13:07:59 +01:00
J. Nick Koston 238de08d16
Bump aiopvapi to 1.6.19 to fix async_timeout passing loop () 2021-12-12 14:17:54 -08:00
Marc Mueller 40b99135e5
Use platform enum (3) [H-L] ()
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2021-12-05 17:10:07 -10:00
epenet ffb9b4cd2d
Use dataclass properties in hunterdouglas discovery () 2021-11-30 05:16:30 -10:00
GitHub Action 3af54d96c7 [ci skip] Translation update 2021-11-28 00:14:19 +00:00
GitHub Action 96313bbbe0 [ci skip] Translation update 2021-11-27 00:12:17 +00:00
GitHub Action d3c020325b [ci skip] Translation update 2021-11-25 00:13:33 +00:00
GitHub Action e98977fb49 [ci skip] Translation update 2021-11-21 00:13:51 +00:00
epenet d6c5aaa0cb
Use ServiceInfo in hunterdouglas_powerview ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-19 08:12:31 -06:00
J. Nick Koston cc3f179796
Ensure powerview setup is retried on 502 error () 2021-11-18 09:57:31 -06:00
GitHub Action fc539da42b [ci skip] Translation update 2021-11-14 00:12:48 +00:00
GitHub Action 3f2b1fa952 [ci skip] Translation update 2021-11-12 00:12:35 +00:00
GitHub Action 86b12af3dc [ci skip] Translation update 2021-11-10 00:17:39 +00:00
GitHub Action e35b83081e [ci skip] Translation update 2021-11-08 00:12:31 +00:00
J. Nick Koston a36ac11d57
Add entity category to hunterdouglas_powerview () 2021-10-25 12:43:00 +02:00
GitHub Action 30fb619095 [ci skip] Translation update 2021-10-24 00:12:57 +00:00
Robert Hillis 4a8e9df026
Use DeviceInfo Class H () 2021-10-23 15:35:33 +02:00
epenet 513c90123e
Use DeviceInfo on components with suggested_area ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-10-23 12:03:14 +02:00
epenet 58c5b5058c
Use DeviceInfo on components with via_device (H) ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-10-22 11:52:48 +02:00
GitHub Action f9d985553c [ci skip] Translation update 2021-10-22 00:14:10 +00:00
GitHub Action a1176cc79a [ci skip] Translation update 2021-10-18 00:11:59 +00:00
Tomasz e9f6bc7364
Add missing return type to async_unload_entry and async_setup_entry () 2021-10-06 10:48:11 +02:00
GitHub Action f42c2f5170 [ci skip] Translation update 2021-10-02 12:59:05 +00:00
J. Nick Koston efb1fb9978
Always send powerview move command in case shade is out of sync () 2021-08-27 08:49:50 +02:00
GitHub Action 65d14909ee [ci skip] Translation update 2021-08-27 00:14:42 +00:00
Erik Montnemery 6de6a5dc14
Move temperature conversions to sensor base class (3/8) ()
* Move temperature conversions to entity base class (3/8)

* Fix FritzBox sensor

* Fix tests
2021-08-12 14:23:56 +02:00
J. Nick Koston 8eff0e9312
Ensure hunterdouglas_powerview model type is a string () 2021-08-09 21:03:55 +02:00
GitHub Action 64c9f9e1cb [ci skip] Translation update 2021-08-06 00:15:04 +00:00
GitHub Action 8c5620e74b [ci skip] Translation update 2021-08-02 03:40:04 +00:00
GitHub Action b347226820 [ci skip] Translation update 2021-07-10 00:09:24 +00:00
GitHub Action d805e971b4 [ci skip] Translation update 2021-06-22 00:14:17 +00:00
GitHub Action 8901e1f157 [ci skip] Translation update 2021-06-19 00:10:05 +00:00
Ville Skyttä 7d03b02192
Spelling fixes () 2021-06-11 13:35:03 +02:00
GitHub Action 7615af35d8 [ci skip] Translation update 2021-06-07 00:18:16 +00:00
GitHub Action c81df50191 [ci skip] Translation update 2021-06-06 00:19:43 +00:00
tkdrob d1c4d0de49
Use bool annotations for setup entries () 2021-05-27 17:39:06 +02:00
GitHub Action f45bc3abc7 [ci skip] Translation update 2021-05-27 00:17:03 +00:00
GitHub Action c302b5d4eb [ci skip] Translation update 2021-05-26 00:16:09 +00:00
GitHub Action e920afd4d8 [ci skip] Translation update 2021-05-24 00:12:23 +00:00
HighOnMikey c1a1a38ffc
Improve legacy support for Hunter Douglas PowerView ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-05-23 12:47:19 -05:00
GitHub Action 78be237447 [ci skip] Translation update 2021-05-22 00:12:02 +00:00
J. Nick Koston 19aee19efd
Resolve race condition in powerview when discovered by zeroconf and dhcp ()
Set the host in the context before checking to ensure
that the second discovery aborts. Seen when testing
on a very fast system only
2021-05-21 07:40:55 +02:00
J. Nick Koston 34c84a6bbb
Reduce boilerplate to abort for matching config entries ()
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-11 22:00:12 +02:00
J. Nick Koston 29cd5f20b9
Add zeroconf discovery to powerview () 2021-05-09 11:41:27 +02:00
J. Nick Koston 779f34a8ed
Add dhcp discovery to hunterdouglas_powerview ()
* Add dhcp discovery to hunterdouglas_powerview

* avoid dupe flow

* cleanup

* cleanup
2021-05-03 11:41:20 +02:00
Franck Nijhof 10d6dfd4ae
Clean up connection classes in integrations H-L () 2021-04-30 21:02:53 -10:00
J. Nick Koston a1fdf84dba
Reduce config entry setup/unload boilerplate G-J () 2021-04-27 16:09:59 +02:00
Ruslan Sayfutdinov 7a9385d857
Explicitly define all methods in ConfigFlow () 2021-04-17 12:42:31 +02:00
Franck Nijhof 7264c95217
Clean up superfluous integration setup - part 6 () 2021-04-16 09:23:27 -07:00
Franck Nijhof 055cdc64c0
Add support for IoT class in manifest () 2021-04-15 10:21:38 +02:00