Skip to content

Commit

Permalink
Add quirks to support H7133 and H7134 .
Browse files Browse the repository at this point in the history
  • Loading branch information
sjafferali authored Jan 13, 2025
1 parent f937ceb commit e20e404
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/service/quirks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,16 @@ fn load_quirks() -> HashMap<String, Quirk> {
.with_platform_temperature_sensor_units(TemperatureUnits::Fahrenheit),
Quirk::space_heater("H7132")
.with_platform_temperature_sensor_units(TemperatureUnits::Fahrenheit),
Quirk::space_heater("H7133")
.with_platform_temperature_sensor_units(TemperatureUnits::Fahrenheit)
.with_show_as_preset_modes(&["gearMode"])
.with_rgb()
.with_brightness(),
Quirk::space_heater("H7134")
.with_platform_temperature_sensor_units(TemperatureUnits::Fahrenheit)
.with_show_as_preset_modes(&["gearMode"])
.with_color_temp()
.with_brightness(),
Quirk::space_heater("H7135")
.with_platform_temperature_sensor_units(TemperatureUnits::Fahrenheit),
// <https://github.com/wez/govee2mqtt/issues/343>
Expand Down

0 comments on commit e20e404

Please sign in to comment.