core/homeassistant/components/qbus
Thomas D 2208650fde
Add climate platform to qbus (#139327)
* Add climate platform

* Add unit tests for climate platform

* Use setup_integration fixture

* Apply new import order

* Undo import order

* Code review

* Throw an exception on invalid preset mode

* Let device response determine state

* Remove hvac mode OFF

* Remove hvac mode OFF

* Setup debouncer when being added to hass

* Fix typo
2025-03-26 00:25:05 +00:00
..
__init__.py Adjust config entry state checks in qbus (#138911) 2025-02-20 08:57:55 +01:00
climate.py Add climate platform to qbus (#139327) 2025-03-26 00:25:05 +00:00
config_flow.py
const.py
coordinator.py
entity.py Add light platform to qbus (#136168) 2025-02-20 06:13:13 +01:00
light.py Let device response determine state in Qbus (#141302) 2025-03-24 19:26:02 +00:00
manifest.json
quality_scale.yaml
strings.json
switch.py