Diferentiate between attr_name and entity_id in Modbus tests (#66999)
This commit is contained in:
parent
137793c067
commit
8741ff0684
10 changed files with 28 additions and 28 deletions
|
@ -37,7 +37,7 @@ from homeassistant.core import State
|
|||
|
||||
from .conftest import TEST_ENTITY_NAME, ReadResult, do_next_cycle
|
||||
|
||||
ENTITY_ID = f"{SENSOR_DOMAIN}.{TEST_ENTITY_NAME}"
|
||||
ENTITY_ID = f"{SENSOR_DOMAIN}.{TEST_ENTITY_NAME}".replace(" ", "_")
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue