1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 00:31:58 +00:00

[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 19:20:01 +01:00
committed by GitHub
parent d6554702d8
commit ada4e6d5e9
12 changed files with 471 additions and 54 deletions

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

View File

@@ -1 +1,5 @@
<<: !include common.yaml
zigbee:
wipe_on_boot: once
power_source: battery