mirror of
https://github.com/athom-tech/esp32-configs.git
synced 2026-07-27 19:56:13 +00:00
Merge pull request #84 from jcam3ron/rf-climate-id
Add ID to climate entity in rf-ir-remote
This commit is contained in:
@@ -10,7 +10,7 @@ substitutions:
|
||||
# Project Name
|
||||
project_name: "China Athom Technology.Athom RF IR Remote"
|
||||
# Projection version denotes the release version of the yaml file, allowing checking of deployed vs latest version
|
||||
project_version: "v3.0.2"
|
||||
project_version: "v3.0.3"
|
||||
# Define a domain for this device to use. i.e. iot.home.lan (so device will appear as athom-smart-plug-v2.iot.home.lan in DNS/DHCP logs)
|
||||
dns_domain: ".local"
|
||||
# Set timezone of the smart plug. Useful if the plug is in a location different to the HA server. Can be entered in unix Country/Area format (i.e. "Australia/Sydney")
|
||||
@@ -227,9 +227,10 @@ radio_frequency:
|
||||
remote_receiver_id: rf_receiver
|
||||
|
||||
climate:
|
||||
- platform: ${AC_Platform_name}
|
||||
transmitter_id: ir_transmitter
|
||||
- id: "AC"
|
||||
name: "AC"
|
||||
platform: ${AC_Platform_name}
|
||||
transmitter_id: ir_transmitter
|
||||
receiver_id: ir_receiver
|
||||
|
||||
binary_sensor:
|
||||
|
||||
Reference in New Issue
Block a user