github lasswellt/govee-homeassistant v2026.2.8

latest releases: v2026.5.9, v2026.5.8, v2026.5.7...
3 months ago

Fix heater temperature and fan speed controls (#13)

Fixes H7130/H7131 heater controls that were broken due to incorrect API capability types.

Temperature control

  • Before: Sent devices.capabilities.range / temperature with a plain integer — API returned "devices not support this instance"
  • After: Sends devices.capabilities.temperature_setting / targetTemperature with STRUCT value {"temperature": N, "unit": "Celsius"}

Fan speed control

  • Before: Looked for devices.capabilities.mode / fanSpeed which doesn't exist on heaters — no entity was created
  • After: Reads options from devices.capabilities.work_mode / workMode STRUCT fields and sends WorkModeCommand

Thanks to @FakeMayo for the detailed bug report and API diagnostics.

Don't miss a new govee-homeassistant release

NewReleases is sending notifications on new releases.