DEVELOPMENT ENVIRONMENT

~liljamo/ha-ouman-eh800

ref: 6a9370b1bb57f8001d55a1c6c69cad2df13500ca ha-ouman-eh800/custom_components/ouman_eh800/const.py -rw-r--r-- 235 bytes
6a9370b1Jonni Liljamo docs: update README.md regarding GitHub (for the better) 6 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
"""Ouman EH-800 consts"""

DOMAIN = "ouman_eh800"

DEFAULT_PORT = 80

CONF_HOST = "host"
CONF_PORT = "port"
CONF_USERNAME = "username"
CONF_PASSWORD = "password"

EVENT_CHANGE_L1_OPERATION_MODE = "ouman_eh800_change_l1_operation_mode"