From 19c1b82f4f2e4e3b48949258ce56c78df2a33d2a Mon Sep 17 00:00:00 2001 From: Alena Bugrova <54861210+LoSk-p@users.noreply.github.com> Date: Mon, 23 Jun 2025 21:33:17 +0300 Subject: [PATCH] Add new integration Altruist (#39387) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/altruist.markdown | 48 ++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 source/_integrations/altruist.markdown diff --git a/source/_integrations/altruist.markdown b/source/_integrations/altruist.markdown new file mode 100644 index 00000000000..bb427546b94 --- /dev/null +++ b/source/_integrations/altruist.markdown @@ -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 %}