mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Ensure rainmachine creates config entry titles as strings (#70417)
This commit is contained in:
@@ -49,7 +49,9 @@ def controller_fixture(
|
||||
controller = AsyncMock()
|
||||
controller.api_version = "4.5.0"
|
||||
controller.hardware_version = 3
|
||||
controller.name = "My RainMachine"
|
||||
# The api returns a controller with all numbers as numeric
|
||||
# instead of a string
|
||||
controller.name = 12345
|
||||
controller.mac = controller_mac
|
||||
controller.software_version = "4.0.925"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user