From 3162be7b24d2384ac831c6148243a86ffe84a69a Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 9 Feb 2021 12:43:21 +0100 Subject: [PATCH] Hm 3.55.10 (#1831) * Update OCCU 3.55.10 * Fix default config * Fix style --- homematic/CHANGELOG.md | 4 ++++ homematic/DOCS.md | 4 ++++ homematic/build.json | 2 +- homematic/config.json | 5 ++++- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/homematic/CHANGELOG.md b/homematic/CHANGELOG.md index b71688d..a8af2a0 100644 --- a/homematic/CHANGELOG.md +++ b/homematic/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 11.2.0 + +- Update OCCU to 3.55.10 + ## 11.1.0 - Migrate OCCU back to EQ3 diff --git a/homematic/DOCS.md b/homematic/DOCS.md index c7eab80..51c183f 100644 --- a/homematic/DOCS.md +++ b/homematic/DOCS.md @@ -49,6 +49,8 @@ List of RF devices. Device type for RFD service. Check your device manual. +- HM-MOD-RPI-PCB: `CCU2` + #### Option: `rf.device` (required) Device on the host. @@ -85,6 +87,8 @@ List of HMIP devices. Device type for HMIP service. Check your device manual. +- HmIP-RFUSB: `HMIP_CCU2` + #### Option: `hmip.device` (required) Device on the host. diff --git a/homematic/build.json b/homematic/build.json index 83522b0..8bac32c 100644 --- a/homematic/build.json +++ b/homematic/build.json @@ -4,6 +4,6 @@ "i386": "homeassistant/i386-base-debian:bullseye" }, "args": { - "OCCU_VERSION": "3.55.5" + "OCCU_VERSION": "3.55.10" } } diff --git a/homematic/config.json b/homematic/config.json index d0d73bf..2b04c7b 100644 --- a/homematic/config.json +++ b/homematic/config.json @@ -28,7 +28,10 @@ "options": { "rf_enable": false, "wired_enable": false, - "hmip_enable": false + "hmip_enable": false, + "rf": [], + "wired": [], + "hmip": [] }, "schema": { "rf_enable": "bool",