mirror of
https://github.com/esphome/esphome.git
synced 2025-02-07 00:11:59 +01:00
Reduce IRAM usage in test3 (#2499)
This commit is contained in:
parent
a3eb2a7ee0
commit
1184bbc976
@ -61,6 +61,12 @@ mcp3008:
|
|||||||
- id: 'mcp3008_hub'
|
- id: 'mcp3008_hub'
|
||||||
cs_pin: GPIO12
|
cs_pin: GPIO12
|
||||||
|
|
||||||
|
output:
|
||||||
|
- platform: ac_dimmer
|
||||||
|
id: dimmer1
|
||||||
|
gate_pin: GPIO5
|
||||||
|
zero_cross_pin: GPIO12
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
- platform: homeassistant
|
- platform: homeassistant
|
||||||
entity_id: sensor.hello_world
|
entity_id: sensor.hello_world
|
||||||
|
@ -261,8 +261,6 @@ logger:
|
|||||||
level: DEBUG
|
level: DEBUG
|
||||||
esp8266_store_log_strings_in_flash: true
|
esp8266_store_log_strings_in_flash: true
|
||||||
|
|
||||||
web_server:
|
|
||||||
|
|
||||||
deep_sleep:
|
deep_sleep:
|
||||||
run_duration: 20s
|
run_duration: 20s
|
||||||
sleep_duration: 50s
|
sleep_duration: 50s
|
||||||
@ -1092,10 +1090,6 @@ output:
|
|||||||
return {s};
|
return {s};
|
||||||
outputs:
|
outputs:
|
||||||
- id: custom_float
|
- id: custom_float
|
||||||
- platform: ac_dimmer
|
|
||||||
id: dimmer1
|
|
||||||
gate_pin: GPIO5
|
|
||||||
zero_cross_pin: GPIO12
|
|
||||||
- platform: slow_pwm
|
- platform: slow_pwm
|
||||||
pin: GPIO5
|
pin: GPIO5
|
||||||
id: my_slow_pwm
|
id: my_slow_pwm
|
||||||
|
Loading…
Reference in New Issue
Block a user