From d60b8b55f355ce4529492efeceb93db395b54291 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Wed, 29 Jul 2026 15:29:06 +0000 Subject: [PATCH] custom_components/nest_snapshot/manifest.json --- custom_components/nest_snapshot/manifest.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 custom_components/nest_snapshot/manifest.json diff --git a/custom_components/nest_snapshot/manifest.json b/custom_components/nest_snapshot/manifest.json new file mode 100644 index 0000000..2c42b12 --- /dev/null +++ b/custom_components/nest_snapshot/manifest.json @@ -0,0 +1,11 @@ +{ + "domain": "nest_snapshot", + "name": "Nest Snapshot", + "codeowners": [], + "dependencies": ["nest"], + "documentation": "https://github.com/home-assistant/example-custom-config", + "integration_type": "service", + "iot_class": "cloud_polling", + "requirements": [], + "version": "1.0.0" +}