mirror of
https://github.com/esphome/esphome.git
synced 2025-07-29 06:36:45 +00:00
hydreon_rgxx: remove precipitation_intensity from RG9 (#9367)
This commit is contained in:
parent
256f9f9943
commit
51377b2625
@ -111,8 +111,8 @@ CONFIG_SCHEMA = cv.All(
|
||||
cv.Optional(CONF_MOISTURE): sensor.sensor_schema(
|
||||
unit_of_measurement=UNIT_INTENSITY,
|
||||
accuracy_decimals=0,
|
||||
device_class=DEVICE_CLASS_PRECIPITATION_INTENSITY,
|
||||
state_class=STATE_CLASS_MEASUREMENT,
|
||||
icon="mdi:weather-rainy",
|
||||
),
|
||||
cv.Optional(CONF_TEMPERATURE): sensor.sensor_schema(
|
||||
unit_of_measurement=UNIT_CELSIUS,
|
||||
|
Loading…
x
Reference in New Issue
Block a user