1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add support for a wider variety of EnOcean devices (#22052)

* Implement EnOcean temperature and humidity sensors.

* Bump EnOcean version to 0.50
* Refactor components for more generic device handling
* Move radio packet data interpretation to specific devices

* Update CODEOWNERS

* Implement code review changes
This commit is contained in:
Beat
2019-04-25 00:30:46 +02:00
committed by Martin Hjelmare
parent fef1dc8c54
commit 96735e41af
10 changed files with 305 additions and 153 deletions

View File

@@ -58,6 +58,7 @@ TEST_REQUIREMENTS = (
'dsmr_parser',
'eebrightbox',
'emulated_roku',
'enocean',
'ephem',
'evohomeclient',
'feedparser-homeassistant',