Change rain intensity sensor string (#3511)

This commit is contained in:
Wolfgang Tremmel 2022-05-31 06:49:18 +02:00 committed by GitHub
parent 5aa42e5e66
commit a922efeafa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ SUPPORTED_SENSORS = {
PROTOCOL_NAMES = {
CONF_MOISTURE: "R",
CONF_ACC: "Acc",
CONF_R_INT: "Rint",
CONF_R_INT: "RInt",
CONF_EVENT_ACC: "EventAcc",
CONF_TOTAL_ACC: "TotalAcc",
}