various esphome devices updates

This commit is contained in:
root
2025-06-23 18:54:24 +12:00
parent 23abe209a5
commit 6034bc0320
10 changed files with 1563 additions and 43 deletions

View File

@@ -27,7 +27,6 @@ substitutions:
friendly_name: "Office Dual Lights"
description_comment: "Dual Office Lights (Overhead and right hand Bunker) :: Sonoff Dual R1"
device_area: "Office" # Allows ESP device to be automatically linked to an 'Area' in Home Assistant.
mqtt_device_name: "office-dual-lights"
# Project Naming
project_name: "Sonoff Technologies.Sonoff Dual R1" # Project Details
@@ -37,14 +36,15 @@ substitutions:
api_key: !secret esp-api_key # unfortunately you can't use substitutions inside secrets names
ota_pass: !secret esp-ota_pass # unfortunately you can't use substitutions inside secrets names
static_ip_address: !secret esp-officeduallights_ip
mqtt_main_command_topic: !secret mqtt_main_command_topic
# Device Settings
relay_icon: "mdi:lightbulb-group"
log_level: "NONE" # Define logging level: NONE, ERROR, WARN, INFO, DEBUG (Default), VERBOSE, VERY_VERBOSE
update_interval: "60s" # update time for for general sensors etc
# MQTT Controls
mqtt_device_name: "office-dual-lights"
mqtt_main_command_topic: !secret mqtt_main_command_topic
mqtt_topic: "${mqtt_main_command_topic}/${mqtt_device_name}" # Topic we will use to command stuff from external withougt HA
#mqtt_status_topic: "${mqtt_main_status_topic}/esphome/${device_name}" # Topic we will use to read stuff from external withougt HA
#mqtt_main_status_topic: !secret mqtt_main_status_topic