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