diff --git a/.gitignore b/.gitignore
index d8d70fd0416e991747f956c796f092a133d6dd8d..4e4bfb3e21aab785c81430ccf1a28fec2392890b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 # You can modify this file to suit your needs.
 /.esphome/
 **/secrets.yaml
+/testbox.yaml
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e789f235853a2196e7f6f267d4c0f53590cf809d..1053d71b5d9e238db648a337326b7e3baa7c275d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
 
diff --git a/packages/esp32.yaml b/packages/esp32.yaml
index c6a8de17e2d44fbf750656b9a7e76746eb095978..c6c105d392fe787f275f4b0c9be17f102284cd4b 100644
--- a/packages/esp32.yaml
+++ b/packages/esp32.yaml
@@ -4,7 +4,7 @@ esp32:
 i2c:
   sda: 21
   scl: 22
-  frequency: 10khz
+  frequency: 1khz
 
 wifi:
   power_save_mode: none
diff --git a/packages/fan_settings.yaml b/packages/fan_settings.yaml
index 052e11f6206bcf7af480895c28961e0004bf67f9..5cdda7aa9116c7aa6e8193bfdfbb4155d544aaed 100644
--- a/packages/fan_settings.yaml
+++ b/packages/fan_settings.yaml
@@ -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
diff --git a/packages/mlx90614.yaml b/packages/mlx90614.yaml
index 4aab4034f7c323c8731d3f9c6b0250cdb026e0a3..8feccb9454850f963fc9d903a65045aa46d5dadb 100644
--- a/packages/mlx90614.yaml
+++ b/packages/mlx90614.yaml
@@ -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: