mirror of
https://github.com/home-assistant/core.git
synced 2025-05-01 04:37:52 +00:00

Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: Robert Resch <robert@resch.dev>
12 lines
245 B
Python
12 lines
245 B
Python
"""Constants for the MyPermobil integration."""
|
|
|
|
DOMAIN = "permobil"
|
|
|
|
APPLICATION = "Home Assistant"
|
|
|
|
|
|
BATTERY_ASSUMED_VOLTAGE = 25.0 # This is the average voltage over all states of charge
|
|
REGIONS = "regions"
|
|
KM = "kilometers"
|
|
MILES = "miles"
|