]> git.basschouten.com Git - openhab-addons.git/commitdiff
typo in valve accessorie (#12616)
authorJacekKac <72306272+JacekKac@users.noreply.github.com>
Mon, 18 Apr 2022 11:50:22 +0000 (13:50 +0200)
committerGitHub <noreply@github.com>
Mon, 18 Apr 2022 11:50:22 +0000 (13:50 +0200)
bundles/org.openhab.io.homekit/README.md

index 2957f583b19f87b47a32ec8c4326808ad7e7d8c4..5b2354a127d21ebdb3daba44df8cf8fb3849301f 100644 (file)
@@ -399,7 +399,7 @@ Number          valve_remaining_duration "Valve remaining duration" (gValve)
 - valve without timer (no item for remaining duration required)
 
 ```xtend
-Group           gValve             "Valve Group"                             {homekit="Valve"  [homekitValveType="Irrigation", homekitTimer="true]}
+Group           gValve             "Valve Group"                             {homekit="Valve"  [homekitValveType="Irrigation", homekitTimer="true"]}
 Switch          valve_active       "Valve active"               (gValve)     {homekit = "Valve.ActiveStatus, Valve.InUseStatus"}
 Number          valve_duration     "Valve duration"             (gValve)     {homekit = "Valve.Duration" [homekitDefaultDuration = 1800]}
 ```