Franck Nijhof
dc7ab40acd
Add humidity sensor to Plugwise ( #66280 )
2022-02-10 20:54:09 +01:00
Franck Nijhof
08ab00d3ab
More cleanup in Plugwise sensor ( #66274 )
2022-02-10 18:09:24 +01:00
Franck Nijhof
51e14cebe3
Remove Plugwise Auxiliary sensors ( #66259 )
2022-02-10 15:55:27 +01:00
Franck Nijhof
dad1dbeb6e
Cleanup hass.data in Plugwise ( #66096 )
2022-02-08 21:17:49 +02:00
Franck Nijhof
41a4d40b71
Reuse existing coordinator entity update in Plugwise platforms ( #66079 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-02-08 19:54:10 +01:00
Franck Nijhof
4efebcb86c
Use upstream device information for Plugwise ( #66074 )
2022-02-08 19:08:01 +01:00
Franck Nijhof
d12a392767
Update plugwise 0.16.2 ( #65933 )
2022-02-08 11:13:05 +01:00
Franck Nijhof
c41ec6f941
SensorEntityDescriptions for Plugwise ( #65898 )
2022-02-06 12:19:57 -06:00
Franck Nijhof
34a636ef0b
Extract Plugwise DataUpdateCoordinator into module ( #65915 )
2022-02-06 19:03:50 +02:00
Franck Nijhof
131dbd6c8e
Move Plugwise logger into constants ( #65842 )
2022-02-06 01:43:05 +02:00
Franck Nijhof
a6e36a6eb9
Simplify unique ID handling in Plugwise ( #65839 )
2022-02-05 23:59:37 +01:00
Franck Nijhof
87049283c1
Extract base entity class in Plugwise ( #65821 )
2022-02-05 19:09:37 +01:00
Franck Nijhof
9f8c0685e3
Small cleanup in Plugwise sensors ( #65765 )
2022-02-05 14:20:07 +01:00
epenet
51c8e041ea
Remove plugwise from mypy ignore list ( #64525 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-20 10:14:52 +01:00
epenet
9184eb8916
Add sensor setup type hints [o-q] ( #63313 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:10:57 +01:00
Robert Hillis
e1a7f6d1b2
Use enums in pluugwise ( #62067 )
2021-12-16 15:40:32 +01:00
Marc Mueller
3f1b4906bf
Use assignment expressions 35 ( #58824 )
2021-10-31 18:32:17 +01:00
Bouwe Westerdijk
1aa7a8170c
Fix plugwise longterm statistics ( #58127 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-10-22 09:46:21 -07:00
Johannes la Poutre
0fc2946f88
Fix device class for energy plugwise sensors ( #57803 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-10-17 18:49:18 +02:00
Erik Montnemery
103e21c278
Move temperature conversions to sensor base class (5/8) ( #54475 )
2021-08-12 13:26:17 +02:00
Erik Montnemery
c900e3030b
Migrate integrations n-q to extend SensorEntity ( #48214 )
2021-03-22 19:46:46 +01:00
Bouwe Westerdijk
cb3b37a87a
Correct Plugwise sensor scaling ( #44344 )
...
* Remove sensor-scaling, handled by the back-end
* Correct assert-values
* Update test-fixtures
* Revert "Correct assert-values"
This reverts commit f1a1891f73
.
* Adapt value to the updated userdata set
* Link to plugwise v0.8.5, update fixtures
* Correct test-values
* Fix typo
2021-01-08 02:44:00 +01:00
Tom
877bfcb308
Add support for Stretch product to Plugwise integration ( #40108 )
...
* Initial switch-group/stretch with failing wk_lisa_battery test
* Adding switch tests, but TypeErrors, needs more investigation
* Fixes and tests aligned
* Review updates
* Use const
* Comments
* Add stretch hostname for testing part
* Remove unused consts
* Revert guardings in line with -beta
* Catchup with dev (mostly with ourselves from #41201 )
* Update docstring
* Remove debug logging
* Fix for #42725 (incorrect entity namingi)
* Fix naming for gas interval
* Add missing CONF_USERNAME and use of it
* Change "dummy" to "class"
* Don't use "class"
* Fix CONF_USERNAME default, dummy and other consts
Co-authored-by: Bouwe Westerdijk <11290930+bouwew@users.noreply.github.com>
2020-11-08 11:09:43 -06:00
Tom
b8f291d58e
Prepare Plugwise integration for USB products ( #41201 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-10-07 22:25:42 +02:00
Bouwe Westerdijk
61e8ab1300
Add Plugwise scan_interval config option ( #37229 )
...
Co-authored-by: Tom Scholten <tom@sue.nl>
Co-authored-by: Tom Scholten <git@scholten.nu>
2020-09-06 15:26:14 -05:00
springstan
d2b1918e9c
Drop UNIT_ prefix for percentage constant ( #39383 )
2020-09-05 21:09:14 +02:00
Tom
29df13abe9
Fix Plugwise schema name display and non_device_class icons ( #36815 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Bouwe Westerdijk <11290930+bouwew@users.noreply.github.com>
2020-06-16 14:49:13 +02:00
Tom
203217c175
Add additional sensors to Plugwise integration ( #36431 )
2020-06-04 10:21:27 +02:00
Tom
48d1bc7c13
Cleanup and improve Plugwise merges ( #36406 )
...
* Remove period from logging messages
* Save indentation using guard clauses
* Typo
* Walk other files
* Rewalk all files
* Not cleanup, but adding indicatd missing measurements
* Revert new sensors
2020-06-04 08:18:46 +02:00
Tom
d0fedad000
Update plugwise to async and config_flow sensor part ( #36219 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2020-06-01 14:01:17 +02:00