core/homeassistant/components/nibe_heatpump
Joakim Plate 9f236c4ca5
Add nibe heat pump climate entities (#78952)
* Add climate platform

* Enable climate plarform

* Some adjustments after review

* fixup! Add climate platform

* Rename description to avoid confusion

* No need to pass None

* Rename with nibe prefix

* Handle possible translations of values

* Make sure we prune None contexts

* Switch to constants from library
2022-12-01 01:58:59 +01:00
..
translations [ci skip] Translation update 2022-11-30 00:26:16 +00:00
__init__.py Add nibe heat pump climate entities (#78952) 2022-12-01 01:58:59 +01:00
binary_sensor.py
climate.py Add nibe heat pump climate entities (#78952) 2022-12-01 01:58:59 +01:00
config_flow.py Support for direct modbus connection to nibe pumps (#80557) 2022-11-08 10:49:47 +01:00
const.py Add nibe heat pump climate entities (#78952) 2022-12-01 01:58:59 +01:00
manifest.json Add nibe heat pump climate entities (#78952) 2022-12-01 01:58:59 +01:00
number.py Support for direct modbus connection to nibe pumps (#80557) 2022-11-08 10:49:47 +01:00
select.py Support for direct modbus connection to nibe pumps (#80557) 2022-11-08 10:49:47 +01:00
sensor.py Use unit enums in nibe heatpump (#82370) 2022-11-19 16:57:18 +01:00
strings.json Fix string typos and consistencies in nibe_heatpump (#81902) 2022-11-10 10:32:07 +01:00
switch.py