Compare commits

..

5 Commits

Author SHA1 Message Date
18f9e20633 Removed old notification system
All checks were successful
Build and deploy / build (push) Successful in 8m33s
Build and deploy / Deploy container (push) Successful in 25s
2025-08-31 00:56:42 +02:00
7237cac887 Converted presence notification into lua callback 2025-08-31 00:54:15 +02:00
5a8f2be99f Send laundy notification from lua 2025-08-31 00:53:42 +02:00
68a34b5fae Make it possible to send notifications from lua 2025-08-31 00:53:05 +02:00
461d24c0c2 Converted macro to derive macro 2025-08-31 00:38:58 +02:00

View File

@@ -62,7 +62,6 @@ struct State {
}
#[derive(Debug, Clone, LuaDevice)]
#[traits(OpenClose)]
pub struct ContactSensor {
config: Config,
state: Arc<RwLock<State>>,