Qortora · Search · Indexed page

www.home-assistant.ioFetched 2026-08-13T18:50:05Z

Wireless Sensor Tags - Home Assistant

Instructions on how to integrate your Wireless Tags sensors within Home Assistant.

Open original source · Full cached text

Wireless Sensor Tags - Home Assistant 2026.8.1 Getting started Documentation Installation Automations Dashboards Voice assistants Device organization Energy management Templating Configuration using the YAML file Our hardware Home Assistant Green Connect ZBT-2 Connect ZWA-2 Voice Preview Edition Integrations Blog Need help? On this page Configuration Binary sensor Sensor Switch Related topics Home ▸ Integrations Wireless Sensor Tags The Wireless Sensor Tags integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] allows you to integrate your wirelesstag.net sensors tags in Home Assistant. There is currently support for the following device types within Home Assistant: Binary sensor Sensor Switch Configuration To enable tags set up with your wirelesstag.net account, add the following to your configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file. After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file, restart Home Assistant to apply the changes. The integration is now shown on the integrations page under Settings > Devices & services. Its entities are listed on the integration card itself and on the Entities tab. # Example configuration.yaml entry wirelesstag: username: [emailprotected] password: secret Configuration Variables Looking for your configuration file? username string Required Username for your wirelesstag.net account. password string Required Password for your wirelesstag.net account. Binary sensor To enable the binary sensor platform for your tags, set up with your wirelesstag.net account. Add the following to your configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file: # Example configuration.yaml entry binary_sensor: - platform: wirelesstag monitored_conditions: - presence - door - battery Configuration Variables Looking for your configuration file? monitored_conditions list Required The conditions types to monitor. presence On means in range, Off means out of range. motion On when a movement was detected, Off when clear. door On when a door is open, Off when the door is closed. cold On means temperature become too cold, Off means normal. heat On means hot, Off means normal. dry On means too dry (humidity), Off means normal. wet On means too wet (humidity), Off means normal. light On means light detected, Off means no light. moisture On means moisture detected (wet), Off means no moisture (dry). battery On means tag battery is low, Off means normal. Sensor To enable the sensor platform for your tags, set up with your wirelesstag.net account. Add the following to your configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file: # Example configuration.yaml entry sensor: - platform: wirelesstag monitored_conditions: - temperature - humidity Configuration Variables Looking for your configuration file? monitored_conditions list Required The metrics types to monitor. temperature Value is in Celsius or Fahrenheit (according to your settings at Tag Manager). humidity Humidity level in %. moisture Water level/soil moisture in % (applicable for Water Tag only). light Brightness in lux (if supported by tag). ambient_temperature If your device is Outdoor Probe with ambient temperature - use this sensor. Switch To enable the switch platform for your tags, set up with your wirelesstag.net account. Add the following to your configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file: # Example configuration.yaml entry switch: - platform: wirelesstag monitored_conditions: - motion - humidity Configuration Variables Looking for your configuration file? monitored_conditions list Required The metrics types to control. temperature Control arm/disarm temperature monitoring. humidity Control arm/disarm humidity monitoring. motion Control arm/disarm motion and door open/close events monitoring. light Control monitoring of light changes. moisture Control monitoring of water level/soil moisture for water sensor. Arm/Disarm of motion switch is required to receive motion and door binary sensors events. Others are only needed if you want to receive push notifications from tags on a specific range of changes in temperature, humidity, light or moisture. Related topics Configuration file Help us improve our documentation Suggest an edit to this page, or provide/view feedback for this page. Edit Provide feedback View pending feedback The Wireless Sensor Tags integration was introduced in Home Assistant 0.68, and it's used by 124 active installations. Its IoT class is Cloud Push. 💾 Legacy integration View source on GitHub View known issues View feature requests Integration owners We are incredibly grateful to the following contributors who currently maintain this integration: @sergeymaysak Categories Binary sensor Hub Sensor Switch On this page Configuration Binary sensor Sensor Switch Related topics Back to top Home Assistant is a project from the Open Home Foundation. Join us and contribute! GitHub repo Developers Portal Design Portal Data Science Portal Community Forum Creator Network Works with Home Assistant Our community Reporting issues System status Integration Alerts Security Alerts System Status Companion apps iOS and Apple devices Android and Wear OS ...and more! Support us Merch store Home Assistant Cloud Governance Privacy Notices Contributor License Agreement Terms of Service Code of Conduct Credits License Follow us Sign up for our newsletter For partnership inquiries please check out Works with Home Assistant. For media, email our team. For other questions, you can contact support (No technical support!) Website powered by Jekyll Originally based on the Oscailte theme