mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Hm 3.55.10 (#1831)
* Update OCCU 3.55.10 * Fix default config * Fix style
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 11.2.0
|
||||
|
||||
- Update OCCU to 3.55.10
|
||||
|
||||
## 11.1.0
|
||||
|
||||
- Migrate OCCU back to EQ3
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"i386": "homeassistant/i386-base-debian:bullseye"
|
||||
},
|
||||
"args": {
|
||||
"OCCU_VERSION": "3.55.5"
|
||||
"OCCU_VERSION": "3.55.10"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,7 +28,10 @@
|
||||
"options": {
|
||||
"rf_enable": false,
|
||||
"wired_enable": false,
|
||||
"hmip_enable": false
|
||||
"hmip_enable": false,
|
||||
"rf": [],
|
||||
"wired": [],
|
||||
"hmip": []
|
||||
},
|
||||
"schema": {
|
||||
"rf_enable": "bool",
|
||||
|
||||
Reference in New Issue
Block a user