Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #59 from ChristophCaina/patch-4
Browse files Browse the repository at this point in the history
Update number.py
  • Loading branch information
a529987659852 authored Jan 12, 2024
2 parents 5f157aa + 17cfe4f commit 4683509
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/openwbmqtt/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
from homeassistant.config_entries import ConfigEntry
from homeassistant.const import (
DEVICE_DEFAULT_NAME,
ELECTRIC_CURRENT_AMPERE,
ENERGY_KILO_WATT_HOUR,
ENTITY_CATEGORY_CONFIG,
UnitOfElectricCurrent,
UnitOfEnergy,
EntityCategory,
PERCENTAGE,
)
from homeassistant.core import HomeAssistant, callback
Expand Down

0 comments on commit 4683509

Please sign in to comment.