Skip to content

Commit

Permalink
automatic upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <>
  • Loading branch information
Jan N. Klug committed Nov 11, 2023
1 parent d1a1b1e commit 25f86a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<thing:thing-descriptions xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bindingId="amazonechocontrol"
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
<bridge-type id="account" extensible="refreshActivity">
<bridge-type id="account">
<label>Amazon Account</label>
<description>Amazon Account where the amazon echo devices are registered.</description>
<channels>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
xmlns:update="https://openhab.org/schemas/update-description/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/update-description/v1.0.0 https://openhab.org/schemas/update-description-1.0.0.xsd">

<!-- disabled due to a bug in openhab-core -->
<!--thing-type uid="amazonechocontrol:account">
<thing-type uid="amazonechocontrol:account">
<instruction-set targetVersion="1">
<add-channel id="refreshActivity">
<type>amazonechocontrol:refreshActivity</type>
</add-channel>
<update-channel id="refreshActivity">
<type>amazonechocontrol:refreshActivity</type>
</update-channel>
</instruction-set>
</thing-type -->
</thing-type>
<thing-type uid="amazonechocontrol:echo">
<instruction-set targetVersion="1">
<add-channel id="lastSpokenText">
Expand Down

0 comments on commit 25f86a9

Please sign in to comment.