diff --git a/CHANGELOG.md b/CHANGELOG.md index cf51a581..17ea4c39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -329,7 +329,7 @@ * Frontend: support filtering notifications ([#26805](https://github.com/Koenkk/zigbee2mqtt/issues/26805)) ([f872a51](https://github.com/Koenkk/zigbee2mqtt/commit/f872a5180c5618b7d3e7c0d11f1283a454dcbc6b)) * Onboarding ([#26608](https://github.com/Koenkk/zigbee2mqtt/issues/26608)) ([05d6f08](https://github.com/Koenkk/zigbee2mqtt/commit/05d6f08a0dd6a5097b7d19b8de3b39e37e9a8533)) -* Support ZigBee on Host adapter ([#26742](https://github.com/Koenkk/zigbee2mqtt/issues/26742)) ([92955c0](https://github.com/Koenkk/zigbee2mqtt/commit/92955c02a4de09cbed79249db8bf0e6529423b93)) +* Support Zigbee on Host adapter ([#26742](https://github.com/Koenkk/zigbee2mqtt/issues/26742)) ([92955c0](https://github.com/Koenkk/zigbee2mqtt/commit/92955c02a4de09cbed79249db8bf0e6529423b93)) * Use dynamic import for external JS ([#26522](https://github.com/Koenkk/zigbee2mqtt/issues/26522)) ([badf107](https://github.com/Koenkk/zigbee2mqtt/commit/badf1079919baa06f160a42c34e9f742a9b584c9)) diff --git a/images/architecture-new.drawio b/images/architecture-new.drawio index 4f554171..60d8c413 100644 --- a/images/architecture-new.drawio +++ b/images/architecture-new.drawio @@ -7,7 +7,7 @@ - + @@ -18,7 +18,7 @@ - + @@ -29,7 +29,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -50,7 +50,7 @@ - + @@ -61,7 +61,7 @@ - + @@ -72,7 +72,7 @@ - + @@ -88,7 +88,7 @@ - + diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index b8db4c0b..4dbd098f 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -680,7 +680,7 @@ ], "title": "Pan ID", "requiresRestart": true, - "description": "ZigBee pan ID, changing requires re-pairing all devices!", + "description": "Zigbee pan ID, changing requires re-pairing all devices!", "default": 6754 }, "ext_pan_id": { @@ -707,7 +707,7 @@ "minimum": 11, "maximum": 26, "default": 11, - "title": "ZigBee channel", + "title": "Zigbee channel", "requiresRestart": true, "description": "Zigbee channel, changing might require re-pairing some devices! (Note: use a ZLL channel: 11, 15, 20, or 25 to avoid problems)", "examples": [15, 20, 25]