Skip to content
Snippets Groups Projects
Unverified Commit db9a805f authored by Jan-Philipp Benecke's avatar Jan-Philipp Benecke Committed by GitHub
Browse files

Add rain state binary sensor to ecowitt (#140463)

parent e78dc486
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,9 @@ ECOWITT_BINARYSENSORS_MAPPING: Final = { ...@@ -26,6 +26,9 @@ ECOWITT_BINARYSENSORS_MAPPING: Final = {
device_class=BinarySensorDeviceClass.BATTERY, device_class=BinarySensorDeviceClass.BATTERY,
entity_category=EntityCategory.DIAGNOSTIC, entity_category=EntityCategory.DIAGNOSTIC,
), ),
EcoWittSensorTypes.RAIN_STATE: BinarySensorEntityDescription(
key="RAIN_STATE", device_class=BinarySensorDeviceClass.MOISTURE
),
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment