Skip to content
Snippets Groups Projects
Commit efccbd7a authored by Jan Grewe's avatar Jan Grewe
Browse files

checkpoint

parent b38edd24
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,4 @@
# You can modify this file to suit your needs.
/.esphome/
**/secrets.yaml
/testbox.yaml
......@@ -11,7 +11,7 @@ validate_configs:
before_script:
- cat "${SECRETS_YAML}" > "packages/secrets.yaml"
script:
- for yml in *.yaml; do esphome config ${yml}; done
- for yml in *.yaml; do esphome config ${yml} >/dev/null; done
tags:
- docker
......
......@@ -4,7 +4,7 @@ esp32:
i2c:
sda: 21
scl: 22
frequency: 10khz
frequency: 1khz
wifi:
power_save_mode: none
......@@ -25,13 +25,13 @@ sensor:
internal: true
select:
- platform: template
id: fan_mode
name: "Fan: Mode"
options: ["Power", "Speed"]
initial_option: "Power"
optimistic: true
restore_value: true
# - platform: template
# id: fan_mode
# name: "Fan: Mode"
# options: ["Power", "Speed"]
# initial_option: "Power"
# optimistic: true
# restore_value: true
- platform: template
id: temperature_max
name: "Fan: Temperature On"
......@@ -75,22 +75,22 @@ select:
optimistic: true
restore_value: true
number:
- platform: template
id: fan_speed_default
name: "Fan: Speed Default"
min_value: 0
max_value: 100
step: 1
mode: slider
optimistic: true
restore_value: true
- platform: template
id: fan_speed_max
name: "Fan: Speed Fast"
min_value: 0
max_value: 100
step: 1
mode: slider
optimistic: true
restore_value: true
# number:
# - platform: template
# id: fan_speed_default
# name: "Fan: Speed Default"
# min_value: 0
# max_value: 100
# step: 1
# mode: slider
# optimistic: true
# restore_value: true
# - platform: template
# id: fan_speed_max
# name: "Fan: Speed Fast"
# min_value: 0
# max_value: 100
# step: 1
# mode: slider
# optimistic: true
# restore_value: true
......@@ -4,7 +4,7 @@ esphome:
libraries:
- Wire
- SPI
- https://github.com/adafruit/Adafruit_BusIO @ 1.13.2
- https://github.com/adafruit/Adafruit_BusIO @ 1.14.1
- https://github.com/adafruit/Adafruit-MLX90614-Library @ 2.1.3
sensor:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment