Use better names for zwave_js platforms that are self describing (#46083)
* use better names for platforms that are self describing * add missing light change * fix tests * only use value_name in sensors and binary_sensors
This commit is contained in:
parent
ee98ea89dd
commit
af4e6f856f
9 changed files with 50 additions and 22 deletions
|
@ -4,7 +4,7 @@ from zwave_js_server.event import Event
|
|||
|
||||
from homeassistant.components.fan import ATTR_SPEED, SPEED_MEDIUM
|
||||
|
||||
FAN_ENTITY = "fan.in_wall_smart_fan_control_current_value"
|
||||
FAN_ENTITY = "fan.in_wall_smart_fan_control"
|
||||
|
||||
|
||||
async def test_fan(hass, client, in_wall_smart_fan_control, integration):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue