hass-core/homeassistant/components/permobil/const.py
Isak Nyberg e03ccb5ab6
Add Mypermobil integration (#95613)
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Robert Resch <robert@resch.dev>
2023-11-24 10:40:59 +01:00

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