diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..32e0a90 --- /dev/null +++ b/hacs.json @@ -0,0 +1,5 @@ +{ + "name": "Tuya OpenAPI", + "render_readme": true, + "homeassistant": "2024.2.0" +} \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..63aaa8a --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[tool.black] +target-version = ["py310", "py311"] \ No newline at end of file