mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Add new integration Altruist (#39387)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
7466cb40e2
commit
19c1b82f4f
48
source/_integrations/altruist.markdown
Normal file
48
source/_integrations/altruist.markdown
Normal file
@ -0,0 +1,48 @@
|
||||
---
|
||||
title: Altruist
|
||||
description: Instructions on how to setup Altruist Sensors in Home Assistant.
|
||||
ha_category:
|
||||
- Health
|
||||
- Sensor
|
||||
ha_config_flow: true
|
||||
ha_release: 2025.7
|
||||
ha_iot_class: Local Polling
|
||||
ha_codeowners:
|
||||
- '@airalab'
|
||||
- '@LoSk-p'
|
||||
ha_domain: altruist
|
||||
ha_platforms:
|
||||
- sensor
|
||||
ha_integration_type: device
|
||||
ha_zeroconf: true
|
||||
---
|
||||
|
||||
The **Altruist** {% term integration %} connects Home Assistant to [Air Quality Sensor “Altruist“](https://robonomics.network/devices/altruist/) — a device designed for decentralized environmental monitoring. It captures noise, dust, and temperature data from the sensor over HTTP, making it available as locally usable entities within Home Assistant.
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
{% configuration_basic %}
|
||||
IP Address:
|
||||
description: "The local IP address for your Altruist device."
|
||||
{% endconfiguration_basic %}
|
||||
|
||||
## Available sensors
|
||||
|
||||
The integration will fetch data from each device. The following sensors are supported:
|
||||
|
||||
- Humidity
|
||||
- Temperature
|
||||
- Atmospheric pressure
|
||||
- PM2.5 density
|
||||
- PM10 density
|
||||
- Ambient noise level
|
||||
- Carbon dioxide (CO2) level
|
||||
- Total volatile organic compounds (TVOC)
|
||||
- Ambient radiation level
|
||||
- Wi-Fi signal strength
|
||||
|
||||
## Removing the integration
|
||||
|
||||
This integration follows standard integration removal, no extra steps are required.
|
||||
|
||||
{% include integrations/remove_device_service.md %}
|
Loading…
x
Reference in New Issue
Block a user