Skip to content

Commit

Permalink
Update sensor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored and marcelveldt committed Sep 24, 2024
1 parent 1f0fe13 commit 6d704d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions homeassistant/components/matter/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@
SensorEntity,
SensorEntityDescription,
SensorStateClass,
)
from homeassistant.components.valve import (
DOMAIN,
ValveDeviceClass,
ValveEntity,
ValveEntityDescription,
ValveEntityFeature,
)
from homeassistant.config_entries import ConfigEntry
from homeassistant.const import (
Expand Down

0 comments on commit 6d704d7

Please sign in to comment.