core/homeassistant/components/fibaro
pbalogh77 3a36a789ad
Improve climate support for fibaro (#39038)
* Fibaro climate improvements

1, Implemented support for multinode climate devices, such as Danfoss HC10, differentiating zones based on endPointId
2, Improved recognition of temperature sensor subdevice for climate devices
3, Changed default opmode for devices without an opmode to "auto" instead of "fan_only", for better clarity and to avoid misunderstandings

* pylint inspired code restructuring to reduce depth

gotta love pylint
2020-09-06 21:03:03 -05:00
..
__init__.py Improve climate support for fibaro (#39038) 2020-09-06 21:03:03 -05:00
binary_sensor.py
climate.py Improve climate support for fibaro (#39038) 2020-09-06 21:03:03 -05:00
cover.py
light.py
lock.py Add basic lock support for fibaro (#38962) 2020-08-28 21:16:02 -05:00
manifest.json
scene.py
sensor.py Drop UNIT_ prefix for percentage constant (#39383) 2020-09-05 21:09:14 +02:00
switch.py