Migrate Shelly to the new entity naming style (#86574)
* Use new entity naming style in Shelly * Suggested change * Use lower case for gen2 description
This commit is contained in:
parent
b76c0c6f08
commit
dae7bcf387
6 changed files with 16 additions and 16 deletions
|
@ -126,7 +126,7 @@ SENSORS: Final = {
|
|||
),
|
||||
("sensor", "extInput"): BlockBinarySensorDescription(
|
||||
key="sensor|extInput",
|
||||
name="External Input",
|
||||
name="External input",
|
||||
device_class=BinarySensorDeviceClass.POWER,
|
||||
entity_registry_enabled_default=False,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue