* Add sensor platform for husqvarna_automower * Adress review comments * Try to fix test * Improve sensors * Address review * Adapt some values * Add test * Add test for cutting blade usage time * Import TEST_MOWER_ID * Use a parenthesis around the lambda and indent it so it's easier to distinguish the entity description parameters from the lambda
5 lines
160 B
Python
5 lines
160 B
Python
"""Constants for Husqvarna Automower tests."""
|
|
CLIENT_ID = "1234"
|
|
CLIENT_SECRET = "5678"
|
|
TEST_MOWER_ID = "c7233734-b219-4287-a173-08e3643f89f0"
|
|
USER_ID = "123"
|