mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 15:18:16 +00:00
tests.yaml
This commit is contained in:
parent
89e59cef6c
commit
7e57f99b35
@ -3,7 +3,7 @@ import voluptuous as vol
|
|||||||
from esphome import pins
|
from esphome import pins
|
||||||
from esphome.components import sensor
|
from esphome.components import sensor
|
||||||
import esphome.config_validation as cv
|
import esphome.config_validation as cv
|
||||||
from esphome.const import CONF_PM_2_5, CONF_ID, CONF_PM_10_0, CONF_PM_2_5, CONF_NAME, CONF_PM_10_0, \
|
from esphome.const import CONF_ID, CONF_PM_10_0, CONF_PM_2_5, CONF_NAME, \
|
||||||
CONF_UPDATE_INTERVAL, CONF_TIMEOUT
|
CONF_UPDATE_INTERVAL, CONF_TIMEOUT
|
||||||
from esphome.cpp_generator import Pvariable, add
|
from esphome.cpp_generator import Pvariable, add
|
||||||
from esphome.cpp_helpers import gpio_input_pin_expression, gpio_output_pin_expression, \
|
from esphome.cpp_helpers import gpio_input_pin_expression, gpio_output_pin_expression, \
|
||||||
|
@ -5,8 +5,8 @@ esphome:
|
|||||||
# Use this for testing while developing:
|
# Use this for testing while developing:
|
||||||
# Note the travis check for esphome PRs will fail until the
|
# Note the travis check for esphome PRs will fail until the
|
||||||
# esphome-core PR has been merged.
|
# esphome-core PR has been merged.
|
||||||
# esphome_core_version:
|
esphome_core_version:
|
||||||
# local: ~/path/to/esphome-core
|
local: /home/pi4homez/github2/esphome-core
|
||||||
use_custom_code: false
|
use_custom_code: false
|
||||||
on_boot:
|
on_boot:
|
||||||
priority: 150.0
|
priority: 150.0
|
||||||
@ -502,6 +502,15 @@ sensor:
|
|||||||
update_interval: 5min
|
update_interval: 5min
|
||||||
rx_only: false
|
rx_only: false
|
||||||
|
|
||||||
|
- platform: ppd42x
|
||||||
|
timeout: 30000 # mandatory
|
||||||
|
pm_2_5:
|
||||||
|
name: "SDS011 PM2.5"
|
||||||
|
pm_10_0:
|
||||||
|
name: "SDS011 PM10.0"
|
||||||
|
update_interval: 5min
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
esp32_touch:
|
esp32_touch:
|
||||||
setup_mode: False
|
setup_mode: False
|
||||||
|
@ -5,8 +5,8 @@ esphome:
|
|||||||
# Use this for testing while developing:
|
# Use this for testing while developing:
|
||||||
# Note the travis check for esphome PRs will fail until the
|
# Note the travis check for esphome PRs will fail until the
|
||||||
# esphome-core PR has been merged.
|
# esphome-core PR has been merged.
|
||||||
# esphome_core_version:
|
esphome_core_version:
|
||||||
# local: ~/path/to/esphome-core
|
local: /home/pi4homez/github2/esphome-core
|
||||||
build_path: build/test2
|
build_path: build/test2
|
||||||
|
|
||||||
substitutions:
|
substitutions:
|
||||||
|
@ -5,8 +5,8 @@ esphome:
|
|||||||
# Use this for testing while developing:
|
# Use this for testing while developing:
|
||||||
# Note the travis check for esphome PRs will fail until the
|
# Note the travis check for esphome PRs will fail until the
|
||||||
# esphome-core PR has been merged.
|
# esphome-core PR has been merged.
|
||||||
# esphome_core_version:
|
esphome_core_version:
|
||||||
# local: ~/path/to/esphome-core
|
local: /home/pi4homez/github2/esphome-core
|
||||||
build_path: build/test3
|
build_path: build/test3
|
||||||
|
|
||||||
substitutions:
|
substitutions:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user