1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00
ha-core/homeassistant/components/tag/const.py
2020-08-18 16:22:53 +02:00

7 lines
133 B
Python

"""Constants for the Tag integration."""
DEVICE_ID = "device_id"
DOMAIN = "tag"
EVENT_TAG_SCANNED = "tag_scanned"
TAG_ID = "tag_id"