Add text
platform (#79454)
Co-authored-by: Franck Nijhof <frenck@frenck.nl> Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
9132c42037
commit
003e4224c8
14 changed files with 567 additions and 0 deletions
11
homeassistant/components/text/const.py
Normal file
11
homeassistant/components/text/const.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
"""Provides the constants needed for the component."""
|
||||
|
||||
DOMAIN = "text"
|
||||
|
||||
ATTR_MAX = "max"
|
||||
ATTR_MIN = "min"
|
||||
ATTR_MODE = "mode"
|
||||
ATTR_PATTERN = "pattern"
|
||||
ATTR_VALUE = "value"
|
||||
|
||||
SERVICE_SET_VALUE = "set_value"
|
Loading…
Add table
Add a link
Reference in a new issue