"""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"