mirror of
https://github.com/esphome/esphome.git
synced 2025-11-19 00:05:43 +00:00
Mitsubishi Heat Pump - Fixed default transmit_state to be generic instead of for a specific type of heat pump (#1414)
Co-authored-by: RubyBailey <ruby_bailey11@hotmail.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
@@ -3,6 +3,7 @@ import esphome.config_validation as cv
|
||||
from esphome.components import climate_ir
|
||||
from esphome.const import CONF_ID
|
||||
|
||||
CODEOWNERS = ["@RubyBailey"]
|
||||
AUTO_LOAD = ["climate_ir"]
|
||||
|
||||
mitsubishi_ns = cg.esphome_ns.namespace("mitsubishi")
|
||||
|
||||
Reference in New Issue
Block a user