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
|
@ -40,7 +40,7 @@ NUMBERS: Final = {
|
|||
("device", "valvePos"): BlockNumberDescription(
|
||||
key="device|valvepos",
|
||||
icon="mdi:pipe-valve",
|
||||
name="Valve Position",
|
||||
name="Valve position",
|
||||
native_unit_of_measurement=PERCENTAGE,
|
||||
available=lambda block: cast(int, block.valveError) != 1,
|
||||
entity_category=EntityCategory.CONFIG,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue