Compare commits

..

4 Commits

Author SHA1 Message Date
randy ca6f175a58 Add minimum chip revision to mcu-gateway
CI / YAML lint (push) Has been cancelled
CI / ESPHome config validation (push) Has been cancelled
2026-04-26 12:31:11 +02:00
randy 945b60c168 New file for device-builder 2026-04-26 12:22:54 +02:00
randy 4a95ebbc79 Fix for esphome-desktop 2026-04-26 12:22:19 +02:00
randy fb9822a5be pcf8574 pin numbering has been changed 2026-04-26 12:21:46 +02:00
4 changed files with 9 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"_preferences": {
"editor_layout": "both"
}
}
+1 -1
View File
@@ -261,7 +261,7 @@ switch:
name: "PCF8574 Pin #8" name: "PCF8574 Pin #8"
pin: pin:
pcf8574: pcf8574_hub pcf8574: pcf8574_hub
number: 17 number: 9
# One of INPUT or OUTPUT # One of INPUT or OUTPUT
mode: mode:
output: true output: true
+2
View File
@@ -15,6 +15,8 @@ esp32:
variant: esp32 variant: esp32
framework: framework:
type: esp-idf type: esp-idf
advanced:
minimum_chip_revision: "3.0"
external_components: external_components:
# Ethernet LLDP 802.1AB transmitter # Ethernet LLDP 802.1AB transmitter
+1 -1
View File
@@ -202,7 +202,7 @@ nspanel_lovelace:
id: nspanel_id id: nspanel_id
sleep_timeout: 10 sleep_timeout: 10
locale: locale:
language: /config/esphome/nspanel/sk.json language: nspanel/sk.json
temperature_unit: celcius temperature_unit: celcius
screensaver: screensaver:
time_id: ha_time time_id: ha_time