aboutsummaryrefslogtreecommitdiff
path: root/src/entity.rs
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-12-12 12:05:58 +0000
committerdiogo464 <[email protected]>2025-12-12 12:05:58 +0000
commite041614b0607a0950be1446f595d85c93b501418 (patch)
tree54a69e34ad53bf7c8a844dba0f6585d52f31d2f4 /src/entity.rs
parentfeb5ae59654bb11365b939ee871adb9760229355 (diff)
added device tracker entity
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>,