Cleanup fixture filenames (#448)

* Mark mocked fixtures as such

* Use consistent filenames including the swver

* Remove executable bit

* Remove duplicate KL130(US)

* Remove unnecessary mocks where we have real ones available

* Fix filenames in tests
This commit is contained in:
Teemu R
2023-04-01 17:10:46 +02:00
committed by GitHub
parent 505b63dd55
commit 233f1c9534
31 changed files with 8 additions and 250 deletions

View File

@@ -127,7 +127,7 @@ class SmartBulb(SmartDevice):
>>> bulb = SmartBulb("127.0.0.1")
>>> asyncio.run(bulb.update())
>>> print(bulb.alias)
KL130 office bulb
Bulb2
Bulbs, like any other supported devices, can be turned on and off: