diff options
Diffstat (limited to 'src/constants.rs')
| -rw-r--r-- | src/constants.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constants.rs b/src/constants.rs index 6159e3d..b05d94c 100644 --- a/src/constants.rs +++ b/src/constants.rs | |||
| @@ -129,3 +129,6 @@ pub const HA_ENTITY_CATEGORY_DIAGNOSTIC: &str = "diagnostic"; | |||
| 129 | 129 | ||
| 130 | pub const HA_SWITCH_STATE_ON: &str = "ON"; | 130 | pub const HA_SWITCH_STATE_ON: &str = "ON"; |
| 131 | pub const HA_SWITCH_STATE_OFF: &str = "OFF"; | 131 | pub const HA_SWITCH_STATE_OFF: &str = "OFF"; |
| 132 | |||
| 133 | pub const HA_BINARY_SENSOR_STATE_ON: &str = "ON"; | ||
| 134 | pub const HA_BINARY_SENSOR_STATE_OFF: &str = "OFF"; | ||
