Skip to content

Commit

Permalink
Fix ID's & remove header
Browse files Browse the repository at this point in the history
  • Loading branch information
EverythingSmartHome committed Oct 24, 2023
1 parent 0ee2505 commit 5585cd9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions everything-presence-one-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ esphome:
project:
name: "${project_name}"
version: "${project_version}"
includes:
- SEN0395_distance.h

esp32:
board: esp32dev
Expand Down Expand Up @@ -127,15 +125,19 @@ sensor:
- platform: template
name: "Target 1 SNR" # Don't change
disabled_by_default: True
id: target_1_snr
- platform: template
name: "Target 2 SNR" # Don't change
disabled_by_default: True
id: target_2_snr
- platform: template
name: "Target 3 SNR" # Don't change
disabled_by_default: True
id: target_3_snr
- platform: template
name: "Target 4 SNR" # Don't change
disabled_by_default: True
id: target_4_snr

binary_sensor:
- platform: gpio
Expand Down Expand Up @@ -173,15 +175,19 @@ binary_sensor:
- platform: template
name: "Target 1 Active" # Don't change
disabled_by_default: False
id: target_1_active
- platform: template
name: "Target 2 Active" # Don't change
disabled_by_default: True
id: target_2_active
- platform: template
name: "Target 3 Active" # Don't change
disabled_by_default: True
id: target_3_active
- platform: template
name: "Target 4 Active" # Don't change
disabled_by_default: True
id: target_4_active
globals:
- id: last_target_count
type: int
Expand Down

0 comments on commit 5585cd9

Please sign in to comment.