mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 12:30:31 +00:00
Append name char value from the service to HomeKit Controller Entities (#74359)
This commit is contained in:
@@ -12,7 +12,7 @@ from homeassistant.const import ATTR_SUPPORTED_FEATURES, STATE_UNAVAILABLE
|
||||
|
||||
from tests.components.homekit_controller.common import setup_test_component
|
||||
|
||||
LIGHT_BULB_NAME = "Light Bulb"
|
||||
LIGHT_BULB_NAME = "TestDevice"
|
||||
LIGHT_BULB_ENTITY_ID = "light.testdevice"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user