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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user