Hm 3.55.10 (#1831)

* Update OCCU 3.55.10

* Fix default config

* Fix style
This commit is contained in:
Pascal Vizeli
2021-02-09 12:43:21 +01:00
committed by GitHub
parent 57608c2816
commit 3162be7b24
4 changed files with 13 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 11.2.0
- Update OCCU to 3.55.10
## 11.1.0
- Migrate OCCU back to EQ3

View File

@@ -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.

View File

@@ -4,6 +4,6 @@
"i386": "homeassistant/i386-base-debian:bullseye"
},
"args": {
"OCCU_VERSION": "3.55.5"
"OCCU_VERSION": "3.55.10"
}
}

View File

@@ -28,7 +28,10 @@
"options": {
"rf_enable": false,
"wired_enable": false,
"hmip_enable": false
"hmip_enable": false,
"rf": [],
"wired": [],
"hmip": []
},
"schema": {
"rf_enable": "bool",