From 1a0967048f9f1a785888647724b71e48301c8bd6 Mon Sep 17 00:00:00 2001 From: jdeath <17914369+jdeath@users.noreply.github.com> Date: Thu, 22 Dec 2022 12:31:57 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8b415b..d27f4e8 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ Single non-dimming lightswitch (HPSA11CWB) works Landscape Transformer (HB-200-1215WIFIB) works with on/off on all 3 outputs. System-wide Watts and voltage available as attribute in first output entity +Hubspace WiFi Deadbolt support: On=Lock, Off=Unlocked . Auto discover does not yet work, so freindlyname is required + I would like to update to cloud push, but right now polls the state every minute by default (can be overwritten with scan_interval). Please contact me if good with websockets. The websocket system pushes bad data at first, which messses up the connection. I need a way to ignore that data. Looking for help to add a service, so users can send arbitary commands. The commands are simple to figure out looking at debug: true information while making changes using the app, but coding into the integration is hard. This would open up a lot more capability, such as setting timers, changing occupancy modes, fan and light effects, etc.