forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mqtt-homeassistant] climate.mqtt support (openhab#10690)
* MQTT.Homeassistant Climate support Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant synthetic config test added Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant refactoring Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant discovery test added Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant thing handler test added Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant switch test added Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant Climate test added Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant author header added Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant copyright header added Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant test fixed Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant test fixed Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant test infrastructure updated. Added tests with mqtt publishing and commands posting. Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant fixed Climate#send_if_off handling Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant do not filter the power command Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant climate unit test added Signed-off-by: Anton Kharuzhy <[email protected]> * Update bundles/org.openhab.binding.mqtt.homeassistant/src/main/java/org/openhab/binding/mqtt/homeassistant/internal/DiscoverComponents.java Redundant annotation removed Co-authored-by: Fabian Wolter <[email protected]> * MQTT.Homeassistant Redundant @nullable annotations removed Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant Unit tests added for all components Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant Unit tests stability fix Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant @NonNullByDefault removed from Device, config.dto package created Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant Climate author added Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant Device.sw_version renamed Signed-off-by: Anton Kharuzhy <[email protected]> * MQTT.Homeassistant tests wait timeout increased to 10s Signed-off-by: Anton Kharuzhy <[email protected]> Co-authored-by: antroids <[email protected]> Co-authored-by: Fabian Wolter <[email protected]> Signed-off-by: Dave J Schoepel <[email protected]>
- Loading branch information
Showing
56 changed files
with
3,236 additions
and
466 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 0 additions & 40 deletions
40
...stant/src/main/java/org/openhab/binding/mqtt/homeassistant/internal/ComponentClimate.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.