Skip to content

Commit

Permalink
H7130: device reports temp in F
Browse files Browse the repository at this point in the history
refs: #69
  • Loading branch information
wez committed Jan 16, 2024
1 parent 75ab055 commit 0ed80dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/service/quirks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ fn load_quirks() -> HashMap<String, Quirk> {
.with_iot_api_support(true)
.with_rgb()
.with_brightness(),
Quirk::space_heater("H7130")
.with_platform_temperature_sensor_units(TemperatureUnits::Farenheit),
Quirk::space_heater("H7131")
.with_platform_temperature_sensor_units(TemperatureUnits::Farenheit)
.with_rgb()
Expand Down

0 comments on commit 0ed80dc

Please sign in to comment.