Bump version and clean up README
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
---
|
||||
|
||||
###############################################################################
|
||||
# SuperSensor v1.0 ESPHome configuration
|
||||
# SuperSensor v1.x ESPHome configuration
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright (C) 2023 Joshua M. Boniface <joshua@boniface.me>
|
||||
# Copyright (C) 2023-2025 Joshua M. Boniface <joshua@boniface.me>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@ -26,7 +26,7 @@ esphome:
|
||||
friendly_name: "Supersensor"
|
||||
project:
|
||||
name: joshuaboniface.supersensor
|
||||
version: "1.2"
|
||||
version: "1.3"
|
||||
on_boot:
|
||||
- priority: 600
|
||||
then:
|
||||
@ -70,11 +70,6 @@ esp32:
|
||||
# CONFIG_ESP32S3_DATA_CACHE_LINE_64B: "y"
|
||||
|
||||
globals:
|
||||
- id: gas_resistance_ceiling
|
||||
type: int
|
||||
restore_value: yes
|
||||
initial_value: "200"
|
||||
|
||||
- id: pir_hold_time
|
||||
type: int
|
||||
restore_value: yes
|
||||
@ -728,21 +723,6 @@ switch:
|
||||
entity_category: diagnostic
|
||||
|
||||
number:
|
||||
- platform: template
|
||||
name: "Gas Resistance Ceiling (kΩ)"
|
||||
id: gas_resistance_ceiling_setter
|
||||
min_value: 10
|
||||
max_value: 500
|
||||
step: 1
|
||||
entity_category: config
|
||||
lambda: |-
|
||||
return id(gas_resistance_ceiling);
|
||||
set_action:
|
||||
then:
|
||||
- globals.set:
|
||||
id: gas_resistance_ceiling
|
||||
value: !lambda 'return int(x);'
|
||||
|
||||
# PIR Hold Time:
|
||||
# The number of seconds after motion detection for the PIR sensor to remain held on
|
||||
- platform: template
|
||||
|
Reference in New Issue
Block a user