Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the MyPermobil integration."""
2 
3 DOMAIN = "permobil"
4 
5 APPLICATION = "Home Assistant"
6 
7 
8 BATTERY_ASSUMED_VOLTAGE = 25.0 # This is the average voltage over all states of charge
9 REGIONS = "regions"
10 KM = "kilometers"
11 MILES = "miles"