Add new integration Altruist (#39387)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Alena Bugrova 2025-06-23 21:33:17 +03:00 committed by GitHub
parent 7466cb40e2
commit 19c1b82f4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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 %}