[zigbee] Allow to combine and merge endpoints on esp32 (#17402)

This commit is contained in:
luar123
2026-07-08 14:41:36 -04:00
committed by GitHub
parent ce46895270
commit 84f4fbeaa8
8 changed files with 190 additions and 55 deletions
+11 -1
View File
@@ -8,10 +8,20 @@ binary_sensor:
- platform: template
name: "Garage Door Open 12"
report: "force"
endpoint: 1
sensor:
- platform: template
name: "Temperature Sensor"
lambda: return 10.0;
device_class: temperature
unit_of_measurement: "°C"
endpoint: 1
use_device_type: true
zigbee:
model: zigbee_test
router: true
router: false
power_source: MAINS_SINGLE_PHASE
on_join:
then:
@@ -0,0 +1,7 @@
zigbee:
model: zigbee_test
router: true
power_source: MAINS_SINGLE_PHASE
on_join:
then:
- logger.log: "Joined network"