Change Reolink person binary sensor icon (#134472)

This commit is contained in:
SparkyDan555
2025-01-02 18:18:40 +00:00
committed by GitHub
parent cf238cd8f7
commit 309b7eb436

View File

@@ -38,9 +38,9 @@
} }
}, },
"person": { "person": {
"default": "mdi:motion-sensor-off", "default": "mdi:account-off",
"state": { "state": {
"on": "mdi:motion-sensor" "on": "mdi:account"
} }
}, },
"cry": { "cry": {