mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Adding sensor and binary sensor categories to utility integrations (#14282)
This commit is contained in:
parent
359261dfb0
commit
19bc48a2fb
@ -3,6 +3,7 @@ title: Bayesian
|
||||
description: Instructions on how to integrate threshold Bayesian sensors into Home Assistant.
|
||||
ha_category:
|
||||
- Utility
|
||||
- Binary Sensor
|
||||
ha_iot_class: Local Polling
|
||||
ha_release: 0.53
|
||||
ha_quality_scale: internal
|
||||
|
@ -4,6 +4,7 @@ description: Instructions on how to integrate Derivative Sensor into Home Assist
|
||||
ha_category:
|
||||
- Utility
|
||||
- Energy
|
||||
- Sensor
|
||||
ha_release: 0.105
|
||||
ha_iot_class: Local Push
|
||||
logo: derivative.png
|
||||
|
@ -3,6 +3,7 @@ title: File Size
|
||||
description: Component for monitoring the size of a file.
|
||||
ha_category:
|
||||
- Utility
|
||||
- Sensor
|
||||
ha_iot_class: Local Polling
|
||||
ha_release: 0.64
|
||||
ha_domain: filesize
|
||||
|
@ -3,6 +3,7 @@ title: Filter
|
||||
description: Instructions on how to integrate Data Filter Sensors into Home Assistant.
|
||||
ha_category:
|
||||
- Utility
|
||||
- Sensor
|
||||
ha_release: 0.65
|
||||
ha_iot_class: Local Push
|
||||
ha_quality_scale: internal
|
||||
|
@ -3,6 +3,7 @@ title: Folder
|
||||
description: Sensor for monitoring the contents of a folder.
|
||||
ha_category:
|
||||
- Utility
|
||||
- Sensor
|
||||
ha_iot_class: Local Polling
|
||||
ha_release: 0.64
|
||||
ha_domain: folder
|
||||
|
@ -3,6 +3,7 @@ title: History Stats
|
||||
description: Instructions about how to integrate historical statistics into Home Assistant.
|
||||
ha_category:
|
||||
- Utility
|
||||
- Sensor
|
||||
ha_iot_class: Local Polling
|
||||
ha_release: 0.39
|
||||
ha_quality_scale: internal
|
||||
|
@ -4,6 +4,7 @@ description: Instructions on how to integrate Integration Sensor into Home Assis
|
||||
ha_category:
|
||||
- Utility
|
||||
- Energy
|
||||
- Sensor
|
||||
ha_release: 0.87
|
||||
ha_iot_class: Local Push
|
||||
ha_quality_scale: internal
|
||||
|
@ -3,6 +3,7 @@ title: Min/Max
|
||||
description: Instructions on how to integrate min/max sensors into Home Assistant.
|
||||
ha_category:
|
||||
- Utility
|
||||
- Sensor
|
||||
ha_iot_class: Local Polling
|
||||
ha_release: 0.31
|
||||
ha_quality_scale: internal
|
||||
|
@ -3,6 +3,7 @@ title: One-Time Password (OTP)
|
||||
description: Instructions on how to add One-Time Password (OTP) sensors into Home Assistant.
|
||||
ha_category:
|
||||
- Utility
|
||||
- Sensor
|
||||
ha_iot_class: Local Polling
|
||||
ha_release: 0.49
|
||||
ha_quality_scale: internal
|
||||
|
@ -3,6 +3,7 @@ title: Season
|
||||
description: Instructions on how to add season sensors into Home Assistant.
|
||||
ha_category:
|
||||
- Utility
|
||||
- Sensor
|
||||
ha_iot_class: Local Polling
|
||||
ha_release: 0.53
|
||||
ha_quality_scale: internal
|
||||
|
@ -3,6 +3,7 @@ title: "Command line Sensor"
|
||||
description: "Instructions on how to integrate command line sensors into Home Assistant."
|
||||
ha_category:
|
||||
- Utility
|
||||
- Sensor
|
||||
ha_release: pre 0.7
|
||||
ha_iot_class: Local Polling
|
||||
ha_domain: command_line
|
||||
|
@ -4,6 +4,7 @@ description: "Instructions on how to count connected clients within Home Assista
|
||||
logo: home-assistant.png
|
||||
ha_category:
|
||||
- Utility
|
||||
- Sensor
|
||||
ha_release: 0.33
|
||||
ha_iot_class: Local Push
|
||||
ha_quality_scale: internal
|
||||
|
@ -3,6 +3,7 @@ title: Simulated
|
||||
description: Component for simulating a numerical sensor.
|
||||
ha_category:
|
||||
- Utility
|
||||
- Sensor
|
||||
ha_iot_class: Local Polling
|
||||
ha_release: 0.65
|
||||
ha_quality_scale: internal
|
||||
|
@ -3,6 +3,7 @@ title: SQL
|
||||
description: Instructions how to integrate SQL sensors into Home Assistant.
|
||||
ha_category:
|
||||
- Utility
|
||||
- Sensor
|
||||
ha_release: 0.63
|
||||
ha_codeowners:
|
||||
- '@dgomes'
|
||||
|
@ -3,6 +3,7 @@ title: Statistics
|
||||
description: Instructions on how to integrate statistical sensors into Home Assistant.
|
||||
ha_category:
|
||||
- Utility
|
||||
- Sensor
|
||||
ha_iot_class: Local Polling
|
||||
ha_release: '0.30'
|
||||
ha_quality_scale: internal
|
||||
|
@ -3,6 +3,7 @@ title: Threshold
|
||||
description: Instructions on how to integrate threshold binary sensors into Home Assistant.
|
||||
ha_category:
|
||||
- Utility
|
||||
- Binary Sensor
|
||||
ha_iot_class: Local Polling
|
||||
ha_release: 0.34
|
||||
ha_quality_scale: internal
|
||||
|
@ -3,6 +3,7 @@ title: Trend
|
||||
description: Instructions on how to integrate Trend binary sensors into Home Assistant.
|
||||
ha_category:
|
||||
- Utility
|
||||
- Binary Sensor
|
||||
ha_release: 0.28
|
||||
ha_iot_class: Local Push
|
||||
ha_quality_scale: internal
|
||||
|
@ -3,6 +3,7 @@ title: Uptime
|
||||
description: Instructions on how to integrate an uptime sensor into Home Assistant.
|
||||
ha_category:
|
||||
- Utility
|
||||
- Sensor
|
||||
ha_iot_class: Local Push
|
||||
ha_release: 0.56
|
||||
ha_quality_scale: internal
|
||||
|
@ -3,6 +3,7 @@ title: Version
|
||||
description: Instructions on how to integrate a version sensor into Home Assistant.
|
||||
ha_category:
|
||||
- Utility
|
||||
- Sensor
|
||||
ha_iot_class: Local Push
|
||||
ha_release: 0.52
|
||||
ha_quality_scale: internal
|
||||
|
@ -3,6 +3,7 @@ title: Workday
|
||||
description: Steps to configure the binary workday sensor.
|
||||
ha_category:
|
||||
- Utility
|
||||
- Binary Sensor
|
||||
ha_iot_class: Local Polling
|
||||
ha_release: 0.41
|
||||
ha_quality_scale: internal
|
||||
|
Loading…
x
Reference in New Issue
Block a user