core/homeassistant/components/knx
monte-monte 42d2f30ab8 Complete OPERATION_MODES (#25069)
XKNX library has complete list of KNX controller modes, but current version of HA KNX climate plugin uses only two of them and one is named incorrectly ("Dehumidification" instead of "Dry"). https://github.com/XKNX/xknx/blob/master/xknx/knx/dpt_hvac_mode.py
I've added missing control modes, which has corresponding operation mode in HA. Tested this patch on my KNX IntesisBox which is used with Mitsubishi split AC, all modes were detected correctly and working as expected.
I've also corrected datapoint number in a comment, because it was pointing to a wrong one: http://www.sti.uniurb.it/romanell/Domotica_e_Edifici_Intelligenti/110504-Lez10a-KNX-Datapoint%20Types%20v1.5.00%20AS.pdf see page 94.
2019-07-10 15:59:43 -07:00
..
__init__.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00
binary_sensor.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00
climate.py Complete OPERATION_MODES (#25069) 2019-07-10 15:59:43 -07:00
cover.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00
light.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00
manifest.json Add manifests (#22699) 2019-04-03 21:14:45 -07:00
notify.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00
scene.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00
sensor.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00
services.yaml
switch.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00