aboutsummaryrefslogtreecommitdiff
path: root/src/entity.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.rs')
-rw-r--r--src/entity.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.rs b/src/entity.rs
index e7aa895..1af5f93 100644
--- a/src/entity.rs
+++ b/src/entity.rs
@@ -29,6 +29,7 @@ pub(crate) struct EntityConfig {
29 pub category: Option<&'static str>, 29 pub category: Option<&'static str>,
30 pub state_class: Option<&'static str>, 30 pub state_class: Option<&'static str>,
31 pub schema: Option<&'static str>, 31 pub schema: Option<&'static str>,
32 pub platform: Option<&'static str>,
32 pub min: Option<f32>, 33 pub min: Option<f32>,
33 pub max: Option<f32>, 34 pub max: Option<f32>,
34 pub step: Option<f32>, 35 pub step: Option<f32>,