[chatgpt] Initial contribution of the ChatGPT binding (#14809)

* Initial contribution of the ChatGPT binding

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer
2023-04-21 12:09:53 +02:00
committed by GitHub
parent bf979a4548
commit bb10740d3f
17 changed files with 762 additions and 0 deletions

View File

@@ -276,6 +276,11 @@
<artifactId>org.openhab.binding.cbus</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.chatgpt</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.chromecast</artifactId>