Remove some comments
This commit is contained in:
parent
c34f2f8264
commit
3cdec91387
|
|
@ -125,7 +125,6 @@ web_server:
|
||||||
port: 80
|
port: 80
|
||||||
|
|
||||||
text_sensor:
|
text_sensor:
|
||||||
# 公共代码部分(23年9月2日_11时53分_)
|
|
||||||
- platform: debug
|
- platform: debug
|
||||||
reset_reason:
|
reset_reason:
|
||||||
name: "ESP Reset Reason"
|
name: "ESP Reset Reason"
|
||||||
|
|
@ -219,7 +218,7 @@ sensor:
|
||||||
id: sys_esp_temperature
|
id: sys_esp_temperature
|
||||||
name: ESP Temperature
|
name: ESP Temperature
|
||||||
lambda: return temperatureRead();
|
lambda: return temperatureRead();
|
||||||
unit_of_measurement: °C
|
unit_of_measurement: "°C"
|
||||||
device_class: TEMPERATURE
|
device_class: TEMPERATURE
|
||||||
update_interval: 45s
|
update_interval: 45s
|
||||||
entity_category: "diagnostic"
|
entity_category: "diagnostic"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user