]> _ Git - tortuga-home.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 31 Aug 2023 09:36:36 +0000 (11:36 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 31 Aug 2023 09:36:36 +0000 (11:36 +0200)
.idea/workspace.xml
scripts/homeassistant_device_event.php

index 6972eede447c4f86d2ace9e19cc340a5eada3def..84e8fabe9693a7a9a4f2cc4b0379a1deba8b8e94 100644 (file)
@@ -7,10 +7,6 @@
     <list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/scripts/homeassistant_device_event.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/homeassistant_device_event.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/denon.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/denon.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/ecomode.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/ecomode.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/homeassistant.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/homeassistant.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/scenes.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/scenes.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1693134195261" duration="602000" />
       <workItem from="1693209704251" duration="1417000" />
       <workItem from="1693322814662" duration="2000" />
-      <workItem from="1693464071297" duration="1013000" />
+      <workItem from="1693464071297" duration="2018000" />
+      <workItem from="1693471119520" duration="70000" />
     </task>
     <task id="LOCAL-00502" summary=".">
       <created>1641726946298</created>
       <option name="project" value="LOCAL" />
       <updated>1687259667913</updated>
     </task>
-    <option name="localTasksCounter" value="591" />
+    <option name="localTasksCounter" value="592" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index 5794451451a2c24393b11985d9c9ad3e6eb6177b..77aefb8a6c4acd1192da31ba40893b83bf9a7122 100644 (file)
@@ -16,9 +16,10 @@ const HA_CUBE_SALON_3 = 'sensor.0x00158d00058a55da_action';
 
 
 switch ($_GET['id']) {
-    case HA_SALON_PROJ_SENSOR:
+    case 'binary_sensor.0x00158d00094363cc_contact':
         $action = 'projSensor';
         $forceConfig = 'salon';
+        break;
     case HA_SWITCH_WC:
         $action = 'wcSwitch';
         $forceConfig = 'wc';