-
- Downloads
Implement Sensor for KNX Platform (#2911)
* Added Sensor Support for KNX Devices Added Sensor for KNX Group Addresses - Temperature - Wind Speed - Illuminance(LUX) Mostly to fetch from a KNX Wetterstation * Some pylint,flake8 fixes * Pydoc Fixes * Fix Coverage Ordering * Refactor KNX Sensor Refactor to Idea from @usul27 and added Minimum Maximum * Removed Measurement Untis from const.py Removed needed Measurement Units from const.py and add it to sensor\knx.py * Change .coveragerc * Add as Requested from @Teagan42 the new Type Names Additional add CONF_MINIMUM and CONF_MAXIMUM * Added Changes as Requested from @Teagan42 * Fixed the Merge Conflict, Hopefully i done it rigth :-) * Fixed Styling
homeassistant/components/sensor/knx.py
0 → 100644
Please register or sign in to comment