[nrf52, zigbee] Add sensor (#12187)

Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
This commit is contained in:
tomaszduda23
2026-01-07 08:20:01 -10:00
committed by GitHub
co-authored by Jonathan Swoboda
parent d6554702d8
commit ada4e6d5e9
12 changed files with 471 additions and 54 deletions
+6 -2
View File
@@ -15,10 +15,14 @@ binary_sensor:
- platform: template
name: "Garage Door Open 7"
internal: True
sensor:
- platform: template
name: "Garage Door Open 8"
name: "Analog 1"
lambda: return 10.0;
- platform: template
name: "Garage Door Open 9"
name: "Analog 2"
lambda: return 11.0;
zigbee:
wipe_on_boot: true
@@ -1 +1,5 @@
<<: !include common.yaml
zigbee:
wipe_on_boot: once
power_source: battery