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 44ba09e..6159e3d 100644 --- a/src/constants.rs +++ b/src/constants.rs | |||
| @@ -126,3 +126,6 @@ pub const HA_UNIT_DISTANCE_KILOMETER: &str = "km"; | |||
| 126 | 126 | ||
| 127 | pub const HA_ENTITY_CATEGORY_CONFIG: &str = "config"; | 127 | pub const HA_ENTITY_CATEGORY_CONFIG: &str = "config"; |
| 128 | pub const HA_ENTITY_CATEGORY_DIAGNOSTIC: &str = "diagnostic"; | 128 | pub const HA_ENTITY_CATEGORY_DIAGNOSTIC: &str = "diagnostic"; |
| 129 | |||
| 130 | pub const HA_SWITCH_STATE_ON: &str = "ON"; | ||
| 131 | pub const HA_SWITCH_STATE_OFF: &str = "OFF"; | ||
