Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Sanix integration."""
2 
3 CONF_SERIAL_NUMBER = "serial_number"
4 
5 DOMAIN = "sanix"
6 MANUFACTURER = "Sanix"
7 
8 SANIX_API_HOST = "https://sanix.bitcomplex.pl"