* Add entry setup and unload test * Test home assistant stop * Test on connect and on disconnect * Test client connect timeout * Test ready node added * Test non ready node added * Test existing node not ready * Test device registry state * Add common test tools module * Add existing ready node test * Include init module in coverage calculation * Clean docstrings
2 lines
111 B
Python
2 lines
111 B
Python
"""Provide common test tools for Z-Wave JS."""
|
|
AIR_TEMPERATURE_SENSOR = "sensor.multisensor_6_air_temperature"
|