Move Intellifire error codes to individual sensors (#68249)
This commit is contained in:
parent
a5c729b724
commit
18517fda65
5 changed files with 84 additions and 9 deletions
|
@ -114,12 +114,6 @@ INTELLIFIRE_SENSORS: tuple[IntellifireSensorEntityDescription, ...] = (
|
|||
value_fn=lambda data: data.connection_quality,
|
||||
entity_registry_enabled_default=False,
|
||||
),
|
||||
IntellifireSensorEntityDescription(
|
||||
key="errors",
|
||||
name="Errors",
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
value_fn=lambda data: data.error_codes_string,
|
||||
),
|
||||
IntellifireSensorEntityDescription(
|
||||
key="ecm_latency",
|
||||
name="ECM Latency",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue