Remove leftover debug print from Melnor (#78870)

pull/78819/head
Franck Nijhof 2022-09-21 11:49:22 +02:00 committed by GitHub
parent daba474182
commit 1800e98f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ async def test_manual_watering_minutes(hass):
number = hass.states.get("number.zone_1_manual_minutes")
print(number)
assert number.state == "0"
assert number.attributes["max"] == 360
assert number.attributes["min"] == 1