Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the IronOS integration."""
2 
3 DOMAIN = "iron_os"
4 
5 MANUFACTURER = "PINE64"
6 MODEL = "Pinecil V2"
7 
8 OHM = "Ω"
9 
10 DISCOVERY_SVC_UUID = "9eae1000-9d0d-48c5-aa55-33e27f9bc533"
11 
12 MAX_TEMP: int = 450
13 MIN_TEMP: int = 10