mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 11:47:00 +00:00
Remove deprecated Sensirion SHT31 integration (#21782)
This commit is contained in:
parent
0c765d90f3
commit
3c7d119bf5
@ -1,59 +0,0 @@
|
||||
---
|
||||
title: Sensirion SHT31
|
||||
description: Instructions on how to integrate SHT31 sensors within Home Assistant.
|
||||
ha_category:
|
||||
- DIY
|
||||
ha_release: 0.68
|
||||
ha_iot_class: Local Polling
|
||||
ha_domain: sht31
|
||||
ha_platforms:
|
||||
- sensor
|
||||
---
|
||||
|
||||
<div class='note warning'>
|
||||
|
||||
This integration is deprecated and will be removed in Home Assistant Core 2022.4.
|
||||
|
||||
For more information see: [Architectural Decision Record 0019](https://github.com/home-assistant/architecture/blob/master/adr/0019-GPIO.md).
|
||||
|
||||
</div>
|
||||
|
||||
The `sht31` sensor platform allows you to get the current temperature and humidity from a Sensirion SHT31 device.
|
||||
|
||||
## Configuration
|
||||
|
||||
To use your SHT31 sensor in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
- platform: sht31
|
||||
name: Bedroom
|
||||
i2c_address: 0x44
|
||||
monitored_conditions:
|
||||
- temperature
|
||||
- humidity
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
name:
|
||||
description: The name of the sensor. Temperature and Humidity will be added to the name for the sensor name.
|
||||
required: false
|
||||
default: SHT31
|
||||
type: string
|
||||
i2c_address:
|
||||
description: I2C address of the sensor.
|
||||
required: false
|
||||
default: "`0x44`"
|
||||
type: integer
|
||||
monitored_conditions:
|
||||
description: Conditions to monitor.
|
||||
required: false
|
||||
default: All conditions
|
||||
type: list
|
||||
keys:
|
||||
temperature:
|
||||
description: The current temperature of the SHT31.
|
||||
humidity:
|
||||
description: The current humidity of the SHT31.
|
||||
{% endconfiguration %}
|
@ -818,7 +818,6 @@
|
||||
/components/sensor.serial_pm /integrations/serial_pm
|
||||
/components/sensor.seventeentrack /integrations/seventeentrack
|
||||
/components/sensor.shodan /integrations/shodan
|
||||
/components/sensor.sht31 /integrations/sht31
|
||||
/components/sensor.sigfox /integrations/sigfox
|
||||
/components/sensor.simulated /integrations/simulated
|
||||
/components/sensor.skybeacon /integrations/skybeacon
|
||||
@ -1725,7 +1724,6 @@
|
||||
/components/shiftr /integrations/shiftr
|
||||
/components/shodan /integrations/shodan
|
||||
/components/shopping_list /integrations/shopping_list
|
||||
/components/sht31 /integrations/sht31
|
||||
/components/sigfox /integrations/sigfox
|
||||
/components/simplepush /integrations/simplepush
|
||||
/components/simplisafe /integrations/simplisafe
|
||||
@ -2353,6 +2351,9 @@
|
||||
/integrations/blinkt /more-info/removed-integration 301
|
||||
/components/tof /more-info/removed-integration 301
|
||||
/integrations/tof /more-info/removed-integration 301
|
||||
/components/sensor.sht31 /more-info/removed-integration 301
|
||||
/integrations/sht31 /more-info/removed-integration 301
|
||||
/components/sht31 /more-info/removed-integration 301
|
||||
/components/light.rpi_gpio_pwm /more-info/removed-integration 301
|
||||
/components/rpi_gpio_pwm /more-info/removed-integration 301
|
||||
/integrations/rpi_gpio_pwm /more-info/removed-integration 301
|
||||
|
Loading…
x
Reference in New Issue
Block a user