We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdcfbf commit 7eb9605Copy full SHA for 7eb9605
tests/test_init.py
@@ -65,7 +65,7 @@ async def test_homehub(
65
"""Test entities."""
66
await snapshot_platform_entities(hass, config_entry, Platform.SENSOR, entity_registry, snapshot, "homehub")
67
68
- assert hass.states.get("sensor.homehub_ratelimit_minute").state == '0'
+ assert hass.states.get("sensor.homehub_ratelimit_minute").state == "0"
69
70
71
async def test_offlinedevice(
0 commit comments