15 lines
334 B
YAML
15 lines
334 B
YAML
#
|
|
# Copyright (c) 2024 Nathan Olff
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
Aosong AHT20 (Digital-output Humidity and Temperature Sensor)
|
|
|
|
The Asosong AHT20 sensor provides temperature and humidity
|
|
measurements through an I2C bus.
|
|
|
|
compatible: "aosong,aht20"
|
|
|
|
include: [sensor-device.yaml, i2c-device.yaml]
|