Commit Graph

11 Commits

Author SHA1 Message Date
Steven B.
5d49623d5d Add C210 2.0 1.3.11 fixture () 2025-01-03 06:55:55 +00:00
Steven B.
8cb5c2e180 Update dump_devinfo for raw discovery json and common redactors ()
This PR does a few related things to dump_devinfo:

- Store the raw discovery result in the fixture.
- Consolidate redaction logic so it's not duplicated in dump_devinfo.
- Update existing fixtures to:
  - Store raw discovery result under `result`
  - Use `SCRUBBED_CHILD_DEVICE_ID` everywhere
  - Have correct values as per the consolidated redactors.
2024-12-11 14:18:44 +01:00
Steven B.
fe53cd7d9c Use markdown footnotes in supported.md ()
Brings our markdown inline with the [HA
markdown](https://github.com/home-assistant/home-assistant.io/pull/33342#discussion_r1653484233)
2024-11-25 18:02:12 +01:00
Steven B.
2bda54fcb1 Rename smartcamera to smartcam () 2024-11-23 09:07:47 +01:00
Steven B.
f4316110c9 Move iot fixtures into iot subfolder () 2024-11-22 21:19:33 +01:00
Steven B.
e209d40a6d Use _get_device_info methods for smart and iot devs in devtools () 2024-11-18 14:53:11 +00:00
Steven B.
5fe75cada9 Add smartcamera devices to supported docs ()
The library now officially supports H200, C200 and TC65
2024-11-14 18:28:30 +00:00
Steven B.
32671da9e9 Move tests folder to top level of project () 2024-11-11 10:11:31 +00:00
Steven B
f063c83378 Add child devices from hubs to generated list of supported devices ()
Updates generate_supported hook to include child devices of hubs in the list of supported devices.
2024-05-07 07:48:47 +01:00
Steven B
da441bc697 Update poetry locks and pre-commit hooks ()
Also updates CI pypy versions to be 3.9 and 3.10 which are the currently
[supported
versions](https://www.pypy.org/posts/2024/01/pypy-v7315-release.html).
Otherwise latest cryptography doesn't ship with pypy3.8 wheels and is
unable to build on windows.

Also updates the `codecov-action` to v4 which fixed some intermittent
uploading errors.
2024-04-16 20:21:20 +02:00
Steven B
fcad0d2344 Add WallSwitch device type and autogenerate supported devices docs () 2024-03-01 18:32:45 +00:00