Diferentiate between attr_name and entity_id in Modbus tests (#66999)

This commit is contained in:
jan iversen 2022-02-21 23:56:31 +01:00 committed by GitHub
parent 137793c067
commit 8741ff0684
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 28 additions and 28 deletions

View file

@ -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(