Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the kmtronic integration."""
2 
3 DOMAIN = "kmtronic"
4 
5 CONF_REVERSE = "reverse"
6 
7 DATA_HUB = "hub"
8 DATA_COORDINATOR = "coordinator"
9 
10 MANUFACTURER = "KMtronic"
11 
12 UPDATE_LISTENER = "update_listener"