Skip to content

Commit

Permalink
Minor fix on Wifi Signal sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
efipso committed Aug 16, 2024
1 parent 89ff7e3 commit 49be3bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion custom_components/melcloud_custom/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
SensorStateClass,
)
from homeassistant.config_entries import ConfigEntry
from homeassistant.const import UnitOfEnergy, UnitOfTemperature
from homeassistant.const import (
UnitOfEnergy,
UnitOfTemperature,
SIGNAL_STRENGTH_DECIBELS_MILLIWATT,
)
from homeassistant.core import HomeAssistant
from homeassistant.helpers.entity_platform import AddEntitiesCallback

Expand Down

0 comments on commit 49be3bf

Please sign in to comment.