hass-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 Rename BinarySensorDevice to BinarySensorEntity (#34462) 2020-04-23 21:57:07 +02:00
climate.py Improve climate support for fibaro (#39038) 2020-09-06 21:03:03 -05:00
cover.py Rename CoverDevice to CoverEntity (#34595) 2020-04-25 18:07:15 +02:00
light.py Rename Light to LightEntity (#34593) 2020-04-26 18:49:41 +02:00
lock.py Add basic lock support for fibaro (#38962) 2020-08-28 21:16:02 -05:00
manifest.json Remove unused manifest fields (#33595) 2020-04-03 12:58:19 -07:00
scene.py Add transition support to scenes, cleanup blocking parameter (#34434) 2020-04-20 18:07:50 -07:00
sensor.py Drop UNIT_ prefix for percentage constant (#39383) 2020-09-05 21:09:14 +02:00
switch.py Rename SwitchDevice to SwitchEntity (#34673) 2020-04-26 18:50:37 +02:00