Compare commits

..

2 Commits

Author SHA1 Message Date
1badaaf232 NSPanels no longer need an explicit esp_http_client - fixed in the ext component
Some checks failed
CI / YAML lint (push) Has been cancelled
CI / ESPHome config validation (push) Has been cancelled
2026-02-26 19:16:29 +01:00
5600203e6b Add --- to make valid yaml's and fix all commented indentations 2026-02-24 08:53:20 +01:00
57 changed files with 280 additions and 237 deletions

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: air-office-r
name: Office R Air

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: atoms3
name: AtomS3

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: basement-2
name_short: Basement

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: basement
name: Basement

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: bedroom-lamp-left
name: Bedroom Lamp Left

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: bedroom-lamp-right
name: Bedroom Lamp Right

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: c6-test-1
name: C6 TEST 1

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: c6-test-2
name: C6 TEST 2

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: cam-1
name: Cam 1

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: can-node-1
name: CAN Node 1

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: can-node-2
name: CAN Node 2

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: cec-bedroom
name: Bedroom TV

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: clock-1
name: Clock 1

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: clock-living-room
name: Living room Clock

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: desk-lamp
name: Desk Lamp

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: dimmer
name: Dimmer

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: echo-1
name: Echo 1
@@ -48,7 +49,7 @@ api:
rtttl: !lambda 'return song;'
# i2c:
# sda: 26
# - sda: 26
# scl: 32
# scan: true #false
# frequency: 100kHz

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: echo
name: Echo

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: eworkbench
name: Electronics Workbench

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: fireplace
name: Heating Fireplace

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: gate
name: Gate

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: gateway
name: Gateway

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: heater
name: Heater

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: kitchen
name: Kitchen

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: lightening
name: Lightening detector
@@ -16,9 +17,6 @@ esp32:
framework:
type: esp-idf
external_components:
- source: components
packages:
common: !include common/common.yaml
@@ -62,4 +60,3 @@ sensor:
name: Energy
distance:
name: Storm Distance

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: lvgl-eworkbench
name: Electronics Workbench Display

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: lvgl-trainer
name: Trainer Display

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: lvgl
name: LVGL

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: m5paper
name: M5Paper

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: mains-power
name: Mains Power

View File

@@ -1,3 +1,4 @@
---
esphome:
name: mcu-nrf-dk
friendly_name: mcu-nrf-dk

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: nspanel-bedroom
name: Bedroom NSPanel
@@ -26,8 +27,6 @@ esp32:
type: esp-idf
advanced:
minimum_chip_revision: "3.0"
include_builtin_idf_components:
- esp_http_client
external_components:
- source:

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: nspanel-dev
name: NSPanel DEV

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: nspanel-fireplace
name: Fireplace NSPanel
@@ -24,8 +25,6 @@ esp32:
type: esp-idf
advanced:
minimum_chip_revision: "3.0"
include_builtin_idf_components:
- esp_http_client
external_components:
- source:

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: nspanel-office-j
name: Office J NSPanel
@@ -25,8 +26,6 @@ esp32:
type: esp-idf
advanced:
minimum_chip_revision: "3.0"
include_builtin_idf_components:
- esp_http_client
external_components:
- source:

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: nspanel-office-r
name: Office R NSPanel
@@ -26,8 +27,6 @@ esp32:
advanced:
enable_lwip_mdns_queries: true
minimum_chip_revision: "3.0"
include_builtin_idf_components:
- esp_http_client
external_components:
- source:

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: nspanel-patio
name: Patio NSPanel
@@ -24,8 +25,6 @@ esp32:
type: esp-idf
advanced:
minimum_chip_revision: "3.0"
include_builtin_idf_components:
- esp_http_client
external_components:
- source:

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: office-r
name: Office R

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: patio
name: Patio

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: pow-dishwasher
name: Dishwasher POW

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: pow-washer
name: Washer POW

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: rf433
name: RF433 Bridge

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: rfid-reader
name: RFID Reader

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: shed
name: Shed

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: socket-01
name: Socket 01

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: socket-02
device_id: socket_02

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: socket-03
name: Socket 03

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: staircase-light
name: Staircase

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: tft
name: TFT

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: tracker
name: Tracker

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: tv-light
name: TV Light

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: vehicle-honda-pcx125
name: Vehicle Honda PCX125

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: vehicle-suzuki-dl650
name: Vehicle Suzuki DL650

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: vehicle-toyota-auris-ts
name: Vehicle Toyota Auris TS

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: vehicle-toyota-yaris-cross
name: Vehicle Toyota Yaris Cross

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: waterproof-socket
name: Waterproof Socket

View File

@@ -1,3 +1,4 @@
---
substitutions:
device: well
name: Well