remove cpu speed
This commit is contained in:
parent
51ae28f4aa
commit
8a9176a8c1
|
|
@ -7,7 +7,7 @@ esphome:
|
||||||
board_build.flash_mode: dio
|
board_build.flash_mode: dio
|
||||||
project:
|
project:
|
||||||
name: SCREEK.Human Sensor L12
|
name: SCREEK.Human Sensor L12
|
||||||
version: 25.12.21-A
|
version: 25.12.21-B
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
# level: VERY_VERBOSE
|
# level: VERY_VERBOSE
|
||||||
|
|
@ -28,10 +28,6 @@ esp32:
|
||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
globals:
|
globals:
|
||||||
- id: cpu_speed
|
|
||||||
type: int
|
|
||||||
restore_value: no
|
|
||||||
initial_value: '0'
|
|
||||||
- id: last_illuminance
|
- id: last_illuminance
|
||||||
type: float
|
type: float
|
||||||
restore_value: no
|
restore_value: no
|
||||||
|
|
@ -113,16 +109,6 @@ binary_sensor:
|
||||||
name: Still Target
|
name: Still Target
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
- platform: template
|
|
||||||
name: "ESP CPU Speed"
|
|
||||||
accuracy_decimals: 0
|
|
||||||
icon: mdi:cpu-32-bit
|
|
||||||
unit_of_measurement: Mhz
|
|
||||||
disabled_by_default: True
|
|
||||||
lambda: |-
|
|
||||||
return (id(cpu_speed));
|
|
||||||
entity_category: "diagnostic"
|
|
||||||
update_interval: 600s
|
|
||||||
- platform: internal_temperature
|
- platform: internal_temperature
|
||||||
name: "ESP Temperature"
|
name: "ESP Temperature"
|
||||||
unit_of_measurement: °C
|
unit_of_measurement: °C
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user