mirror of
https://github.com/esphome/esphome.git
synced 2024-12-26 07:24:54 +01:00
Removed old tests
This commit is contained in:
parent
7499053de9
commit
0cbd7531ba
3 changed files with 0 additions and 16 deletions
|
@ -4331,9 +4331,3 @@ alarm_control_panel:
|
||||||
- lambda: !lambda |-
|
- lambda: !lambda |-
|
||||||
ESP_LOGD("TEST", "State change %s", alarm_control_panel_state_to_string(id(alarmcontrolpanel1)->get_state()));
|
ESP_LOGD("TEST", "State change %s", alarm_control_panel_state_to_string(id(alarmcontrolpanel1)->get_state()));
|
||||||
|
|
||||||
external_eeprom:
|
|
||||||
id: ext_eeprom_component_1
|
|
||||||
address: 0x57
|
|
||||||
ee_memory_type: 24XX32
|
|
||||||
i2c_buffer_size: 128
|
|
||||||
i2c_id: i2c_bus
|
|
||||||
|
|
|
@ -733,8 +733,3 @@ adc128s102:
|
||||||
allow_other_uses: true
|
allow_other_uses: true
|
||||||
number: GPIO12
|
number: GPIO12
|
||||||
|
|
||||||
external_eeprom:
|
|
||||||
id: ext_eeprom_component_1
|
|
||||||
address: 0x57
|
|
||||||
ee_memory_type: 24XX32
|
|
||||||
i2c_buffer_size: 128
|
|
||||||
|
|
|
@ -731,8 +731,3 @@ light:
|
||||||
bit1_high: 100us
|
bit1_high: 100us
|
||||||
bit1_low: 100us
|
bit1_low: 100us
|
||||||
|
|
||||||
external_eeprom:
|
|
||||||
id: ext_eeprom_component_1
|
|
||||||
address: 0x57
|
|
||||||
ee_memory_type: 24XX32
|
|
||||||
i2c_buffer_size: 128
|
|
||||||
|
|
Loading…
Reference in a new issue