DEVELOPMENT ENVIRONMENT

~liljamo/ha-ouman-eh800

ref: d57f415c53d36d8ff4e45f34ae56928239bd8a6b ha-ouman-eh800/custom_components/ouman_eh800/const.py -rw-r--r-- 164 bytes
d57f415cJonni Liljamo feat: request values in single query instead of multiple 11 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
""" Ouman EH-800 consts """

DOMAIN = "ouman_eh800"

DEFAULT_PORT = 80

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