Migrate Goalzero to new entity naming style (#75358)
This commit is contained in:
parent
ca5065a627
commit
6fdb414b58
5 changed files with 19 additions and 21 deletions
|
@ -26,7 +26,7 @@ BINARY_SENSOR_TYPES: tuple[BinarySensorEntityDescription, ...] = (
|
|||
),
|
||||
BinarySensorEntityDescription(
|
||||
key="app_online",
|
||||
name="App Online",
|
||||
name="App online",
|
||||
device_class=BinarySensorDeviceClass.CONNECTIVITY,
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
),
|
||||
|
@ -37,7 +37,7 @@ BINARY_SENSOR_TYPES: tuple[BinarySensorEntityDescription, ...] = (
|
|||
),
|
||||
BinarySensorEntityDescription(
|
||||
key="inputDetected",
|
||||
name="Input Detected",
|
||||
name="Input detected",
|
||||
device_class=BinarySensorDeviceClass.POWER,
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue