You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_integrations/apcupsd.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ ha_platforms:
16
16
- diagnostics
17
17
- sensor
18
18
ha_integration_type: integration
19
+
ha_quality_scale: bronze
19
20
---
20
21
21
22
The **APC UPS Daemon** {% term integration %} is used to integrate with UPS devices from [APC](www.apc.com) when the Network Information Server ([apcupsd](http://www.apcupsd.org/)) is configured on the APC devices. Use case: When the Notify integration is set up in Home Assistant, you can send notifications. For example, when the UPS switches to battery power, or when the battery level drops low. You can also use it to track the UPS load.
Copy file name to clipboardExpand all lines: source/_integrations/bayesian.markdown
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,20 @@ title: Bayesian
3
3
description: Instructions on how to integrate threshold Bayesian sensors into Home Assistant.
4
4
ha_category:
5
5
- Binary sensor
6
-
- Helper
7
6
- Utility
8
-
ha_iot_class: Local Polling
7
+
ha_iot_class: Calculated
9
8
ha_release: 0.53
10
9
ha_quality_scale: internal
11
10
ha_domain: bayesian
12
11
ha_platforms:
13
12
- binary_sensor
14
-
ha_integration_type: helper
13
+
ha_integration_type: service
15
14
ha_codeowners:
16
15
- '@HarvsG'
17
16
related:
18
17
- docs: /docs/configuration/
19
18
title: Configuration file
19
+
ha_config_flow: true
20
20
---
21
21
22
22
A `Bayesian` helper is a virtual binary sensor that determines its state based on the combination of multiple other sensors using probabilistic methods.
Copy file name to clipboardExpand all lines: source/_integrations/emoncms_history.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ related:
11
11
- docs: /docs/configuration/
12
12
title: Configuration file
13
13
ha_quality_scale: legacy
14
+
ha_codeowners:
15
+
- '@alexandrecuer'
14
16
---
15
17
16
18
The `emoncms_history` {% term integration %} makes it possible to transfer (write) details collected with Home Assistant to [Emoncms.org](https://emoncms.org/) or your local running Emoncms instance. It will send the data to a specific input node on Emoncms with the entity IDs as a key. Afterwards you can create feeds and dashboards in Emoncms with the collected data.
0 commit comments