c1b1bb84a3
Migrates all Silabs sensors to inherit base sensor device properties. This will allow us to define properties shared by multiple sensors in one place. Signed-off-by: Maureen Helm <maureen.helm@intel.com>
9 lines
206 B
YAML
9 lines
206 B
YAML
# Copyright (c) 2019, Electronut Labs
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Si7006 temperature and humidity sensor
|
|
|
|
compatible: "silabs,si7006"
|
|
|
|
include: [sensor-device.yaml, i2c-device.yaml]
|