mirror of
https://github.com/esphome/esphome.git
synced 2026-08-17 19:13:18 +08:00
CI / Create common environment (push) Canceled after 0s
CI / Check pylint (push) Canceled after 0s
CI / Run script/ci-custom (push) Canceled after 0s
CI / Check import esphome.__main__ time (push) Canceled after 0s
CI / Test downstream esphome/device-builder (push) Canceled after 0s
CI / Run pytest (macOS-latest, 3.12) (push) Canceled after 0s
CI / Run pytest (macOS-latest, 3.14) (push) Canceled after 0s
CI / Run pytest (ubuntu-latest, 3.12) (push) Canceled after 0s
CI / Run pytest (ubuntu-latest, 3.13) (push) Canceled after 0s
CI / Run pytest (ubuntu-latest, 3.14) (push) Canceled after 0s
CI / Run pytest (windows-latest, 3.12) (push) Canceled after 0s
CI / Run pytest (windows-latest, 3.14) (push) Canceled after 0s
CI / Determine which jobs to run (push) Canceled after 0s
CI / Run integration tests () (push) Canceled after 0s
CI / Run C++ unit tests (push) Canceled after 0s
CI / Run CodSpeed benchmarks (push) Canceled after 0s
CI / Run script/clang-tidy for LibreTiny (push) Canceled after 0s
CI / Run script/clang-tidy for ESP8266 (push) Canceled after 0s
CI / Run script/clang-tidy for RP2 (push) Canceled after 0s
CI / Run script/clang-tidy for ESP32 Arduino (push) Canceled after 0s
CI / Run script/clang-tidy for ZEPHYR (push) Canceled after 0s
CI / Run script/clang-tidy for ESP32 IDF (push) Canceled after 0s
CI / Run script/clang-tidy for ESP32 IDF 1/3 (push) Canceled after 0s
CI / Run script/clang-tidy for ESP32 IDF 2/3 (push) Canceled after 0s
CI / Run script/clang-tidy for ESP32 IDF 3/3 (push) Canceled after 0s
CI / Run script/clang-tidy for ESP32 C6 (push) Canceled after 0s
CI / Run script/clang-tidy for ESP32 P4 (push) Canceled after 0s
CI / Run script/clang-tidy for ESP32 S3 (push) Canceled after 0s
CI / Test components batch () (push) Canceled after 0s
CI / Test esp32 components with PlatformIO (push) Canceled after 0s
CI / Seed pre-commit cache (push) Canceled after 0s
CI / pre-commit.ci lite (push) Canceled after 0s
CI / Build target branch for memory impact (push) Canceled after 0s
CI / Build PR branch for memory impact (push) Canceled after 0s
CI / Comment memory impact (push) Canceled after 0s
CI / CI Status (push) Canceled after 0s
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
53 lines
898 B
YAML
53 lines
898 B
YAML
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
|
|
binary_sensor:
|
|
cover:
|
|
- platform: template
|
|
name: "Template Cover Assumed"
|
|
# assumed_state must be reflected in the web_server JSON (detail=all)
|
|
assumed_state: true
|
|
lambda: 'return COVER_OPEN;'
|
|
open_action:
|
|
- logger.log: open_action
|
|
close_action:
|
|
- logger.log: close_action
|
|
stop_action:
|
|
- logger.log: stop_action
|
|
fan:
|
|
light:
|
|
sensor:
|
|
switch:
|
|
button:
|
|
text_sensor:
|
|
climate:
|
|
number:
|
|
text:
|
|
select:
|
|
lock:
|
|
valve:
|
|
alarm_control_panel:
|
|
api:
|
|
time:
|
|
- platform: homeassistant
|
|
id: homeassistant_time
|
|
datetime:
|
|
- platform: template
|
|
id: my_datetime_date
|
|
type: date
|
|
optimistic: yes
|
|
- platform: template
|
|
id: my_datetime_time
|
|
type: time
|
|
optimistic: yes
|
|
- platform: template
|
|
id: my_datetime
|
|
type: datetime
|
|
optimistic: yes
|
|
event:
|
|
update:
|
|
water_heater:
|
|
infrared:
|
|
radio_frequency:
|