Namespaces | |
| binary_sensor | |
| const | |
| entity | |
| sensor | |
| switch | |
| util | |
Classes | |
| class | WirelessTagPlatform |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| string | DEFAULT_ENTITY_NAMESPACE = "wirelesstag" |
| string | NOTIFICATION_ID = "wirelesstag_notification" |
| string | NOTIFICATION_TITLE = "Wireless Sensor Tag Setup" |
Support for Wireless Sensor Tags.
| bool homeassistant.components.wirelesstag.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Wireless Sensor Tag component.
Definition at line 105 of file __init__.py.
|
private |
Definition at line 19 of file __init__.py.
| homeassistant.components.wirelesstag.CONFIG_SCHEMA |
Definition at line 26 of file __init__.py.
| string homeassistant.components.wirelesstag.DEFAULT_ENTITY_NAMESPACE = "wirelesstag" |
Definition at line 24 of file __init__.py.
| string homeassistant.components.wirelesstag.NOTIFICATION_ID = "wirelesstag_notification" |
Definition at line 21 of file __init__.py.
| string homeassistant.components.wirelesstag.NOTIFICATION_TITLE = "Wireless Sensor Tag Setup" |
Definition at line 22 of file __init__.py.