mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14: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
|
# Changelog
|
||||||
|
|
||||||
|
## 11.2.0
|
||||||
|
|
||||||
|
- Update OCCU to 3.55.10
|
||||||
|
|
||||||
## 11.1.0
|
## 11.1.0
|
||||||
|
|
||||||
- Migrate OCCU back to EQ3
|
- Migrate OCCU back to EQ3
|
||||||
|
|||||||
@@ -49,6 +49,8 @@ List of RF devices.
|
|||||||
|
|
||||||
Device type for RFD service. Check your device manual.
|
Device type for RFD service. Check your device manual.
|
||||||
|
|
||||||
|
- HM-MOD-RPI-PCB: `CCU2`
|
||||||
|
|
||||||
#### Option: `rf.device` (required)
|
#### Option: `rf.device` (required)
|
||||||
|
|
||||||
Device on the host.
|
Device on the host.
|
||||||
@@ -85,6 +87,8 @@ List of HMIP devices.
|
|||||||
|
|
||||||
Device type for HMIP service. Check your device manual.
|
Device type for HMIP service. Check your device manual.
|
||||||
|
|
||||||
|
- HmIP-RFUSB: `HMIP_CCU2`
|
||||||
|
|
||||||
#### Option: `hmip.device` (required)
|
#### Option: `hmip.device` (required)
|
||||||
|
|
||||||
Device on the host.
|
Device on the host.
|
||||||
|
|||||||
@@ -4,6 +4,6 @@
|
|||||||
"i386": "homeassistant/i386-base-debian:bullseye"
|
"i386": "homeassistant/i386-base-debian:bullseye"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"OCCU_VERSION": "3.55.5"
|
"OCCU_VERSION": "3.55.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,7 +28,10 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"rf_enable": false,
|
"rf_enable": false,
|
||||||
"wired_enable": false,
|
"wired_enable": false,
|
||||||
"hmip_enable": false
|
"hmip_enable": false,
|
||||||
|
"rf": [],
|
||||||
|
"wired": [],
|
||||||
|
"hmip": []
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"rf_enable": "bool",
|
"rf_enable": "bool",
|
||||||
|
|||||||
Reference in New Issue
Block a user