[enphase] Add Entrez/JWT support for newer software versions of Envoy (#15077)

Co-authored-by: Joe Inkenbrandt <joe@inkenbrandt.com>
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
This commit is contained in:
Hilbrand Bouwkamp
2023-10-05 21:29:16 +02:00
committed by GitHub
parent 75e51119fa
commit d58d8b068c
22 changed files with 1321 additions and 191 deletions

View File

@@ -14,4 +14,17 @@
<name>openHAB Add-ons :: Bundles :: Enphase Binding</name>
<properties>
<jsoup.version>1.15.3</jsoup.version>
</properties>
<dependencies>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>${jsoup.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>