Skip to content

Commit

Permalink
use pyanglianwater version string
Browse files Browse the repository at this point in the history
  • Loading branch information
pantherale0 authored Nov 18, 2024
1 parent 396f4d7 commit 231f695
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom_components/anglian_water/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
from logging import Logger, getLogger
import voluptuous as vol

from pyanglianwater import _version

LOGGER: Logger = getLogger(__package__)

NAME = "Anglian Water"
DOMAIN = "anglian_water"
VERSION = "0.0.0"
VERSION = _version.__version__

CONF_DEVICE_ID = "device_id"
CONF_TARIFF = "tariff"
Expand Down

0 comments on commit 231f695

Please sign in to comment.