-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Format adjustments to align with ESPHome requirements
- Loading branch information
Showing
11 changed files
with
101 additions
and
156 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,5 @@ | ||
binary_sensor: | ||
- platform: haier | ||
haier_id: ${device_id} | ||
outdoor_fan_status: | ||
name: ${device_name} Outdoor Fan Status | ||
defrost_status: | ||
name: ${device_name} Defrost Status | ||
compressor_status: | ||
name: ${device_name} Compressor Status | ||
indoor_fan_status: | ||
name: ${device_name} Indoor Fan Status | ||
four_way_valve_status: | ||
name: ${device_name} Four-way Valve Status | ||
indoor_electric_heating_status: | ||
name: ${device_name} Indoor Electric Heating Status |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,5 @@ | ||
binary_sensor: | ||
- platform: haier | ||
haier_id: ${device_id} | ||
outdoor_fan_status: | ||
name: ${device_name} Outdoor Fan Status | ||
defrost_status: | ||
name: ${device_name} Defrost Status | ||
compressor_status: | ||
name: ${device_name} Compressor Status | ||
indoor_fan_status: | ||
name: ${device_name} Indoor Fan Status | ||
four_way_valve_status: | ||
name: ${device_name} Four-way Valve Status | ||
indoor_electric_heating_status: | ||
name: ${device_name} Indoor Electric Heating Status |
Oops, something went wrong.