Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Constants for the IPP integration."""
2
3
# Integration domain
4
DOMAIN =
"ipp"
5
6
# Attributes
7
ATTR_COMMAND_SET =
"command_set"
8
ATTR_INFO =
"info"
9
ATTR_MARKER_TYPE =
"marker_type"
10
ATTR_MARKER_LOW_LEVEL =
"marker_low_level"
11
ATTR_MARKER_HIGH_LEVEL =
"marker_high_level"
12
ATTR_SERIAL =
"serial"
13
ATTR_STATE_MESSAGE =
"state_message"
14
ATTR_STATE_REASON =
"state_reason"
15
ATTR_URI_SUPPORTED =
"uri_supported"
16
17
# Config Keys
18
CONF_BASE_PATH =
"base_path"
19
CONF_SERIAL =
"serial"
20
CONF_TLS =
"tls"
core
homeassistant
components
ipp
const.py
Generated by
1.9.1