mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 19:32:19 +01:00
[airthings] Remove unnecessary schema (#8760)
This commit is contained in:
@@ -34,7 +34,7 @@ AirthingsWaveBase = airthings_wave_base_ns.class_(
|
|||||||
|
|
||||||
|
|
||||||
BASE_SCHEMA = (
|
BASE_SCHEMA = (
|
||||||
sensor.SENSOR_SCHEMA.extend(
|
cv.Schema(
|
||||||
{
|
{
|
||||||
cv.Optional(CONF_HUMIDITY): sensor.sensor_schema(
|
cv.Optional(CONF_HUMIDITY): sensor.sensor_schema(
|
||||||
unit_of_measurement=UNIT_PERCENT,
|
unit_of_measurement=UNIT_PERCENT,
|
||||||
|
Reference in New Issue
Block a user