mirror of
https://github.com/esphome/esphome.git
synced 2024-11-14 19:18:09 +01:00
01497c891d
Some checks failed
CI / Create common environment (push) Waiting to run
CI / Check black (push) Blocked by required conditions
CI / Check flake8 (push) Blocked by required conditions
CI / Check pylint (push) Blocked by required conditions
CI / Check pyupgrade (push) Blocked by required conditions
CI / Run script/ci-custom (push) Blocked by required conditions
CI / Run pytest (push) Blocked by required conditions
CI / Check clang-format (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 IDF (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP8266 (push) Blocked by required conditions
CI / list-components (push) Blocked by required conditions
CI / Component test (push) Blocked by required conditions
CI / Split components for testing into 20 groups maximum (push) Blocked by required conditions
CI / Test split components (push) Blocked by required conditions
CI / CI Status (push) Blocked by required conditions
YAML lint / yamllint (push) Has been cancelled
Co-authored-by: Tomasz Duda <tomaszduda23@gmai.com>
45 lines
1,005 B
YAML
45 lines
1,005 B
YAML
packages:
|
|
device_base: !include common.yaml
|
|
|
|
web_server:
|
|
port: 8080
|
|
version: 3
|
|
sorting_groups:
|
|
- id: sorting_group_1
|
|
name: "Group 1 Diplayed Last"
|
|
sorting_weight: 40
|
|
- id: sorting_group_2
|
|
name: "Group 2 Displayed Third"
|
|
sorting_weight: 30
|
|
- id: sorting_group_3
|
|
name: "Group 3 Displayed Second"
|
|
sorting_weight: 20
|
|
- id: sorting_group_4
|
|
name: "Group 4 Displayed First"
|
|
sorting_weight: 10
|
|
|
|
number:
|
|
- platform: template
|
|
name: "Template number"
|
|
optimistic: true
|
|
min_value: 0
|
|
max_value: 100
|
|
step: 1
|
|
web_server:
|
|
sorting_group_id: sorting_group_1
|
|
sorting_weight: -1
|
|
switch:
|
|
- platform: template
|
|
name: "Template Switch"
|
|
optimistic: true
|
|
web_server:
|
|
sorting_group_id: sorting_group_2
|
|
sorting_weight: -10
|
|
datetime:
|
|
- platform: template
|
|
name: Pick a Date
|
|
type: datetime
|
|
optimistic: yes
|
|
web_server:
|
|
sorting_group_id: sorting_group_3
|
|
sorting_weight: -5
|