Fix Matter entity names (#120038)
This commit is contained in:
parent
180c244a78
commit
4110f4f393
20 changed files with 1911 additions and 129 deletions
|
@ -321,7 +321,7 @@ DISCOVERY_SCHEMAS = [
|
|||
platform=Platform.CLIMATE,
|
||||
entity_description=ClimateEntityDescription(
|
||||
key="MatterThermostat",
|
||||
name=None,
|
||||
translation_key="thermostat",
|
||||
),
|
||||
entity_class=MatterClimate,
|
||||
required_attributes=(clusters.Thermostat.Attributes.LocalTemperature,),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue