Add CO to binary_sensor device classes (#1167)

This commit is contained in:
epenet 2021-12-29 10:19:59 +01:00 committed by GitHub
parent ed660ba2a8
commit 41c52dcced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ Properties should always only return information from memory and not do I/O (lik
| ----- | -----------
| battery | On means low, Off means normal.
| battery_charging | On means charging, Off means not charging.
| co | On means carbon monoxide detected, Off means no carbon monoxide (clear).
| cold | On means cold, Off means normal.
| connectivity | On means connected, Off means disconnected.
| door | On means open, Off means closed.