Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Support for Wireless Sensor Tags."""
2 
3 DOMAIN = "wirelesstag"
4 
5 # Template for signal - first parameter is tag_id,
6 # second, tag manager mac address
7 SIGNAL_TAG_UPDATE = "wirelesstag.tag_info_updated_{}_{}"
8 
9 # Template for signal - tag_id, sensor type and
10 # tag manager mac address
11 SIGNAL_BINARY_EVENT_UPDATE = "wirelesstag.binary_event_updated_{}_{}_{}"