Use small favicon

This commit is contained in:
iranl
2024-02-08 22:17:50 +01:00
parent c5397d6c35
commit e3baa8e8c0

View File

@@ -990,7 +990,7 @@ void Network::publishHASSConfig(char* deviceType, const char* baseTopic, char* n
"", "",
"", "",
{ { "enabled_by_default", "true" }, { { "enabled_by_default", "true" },
{ "entity_picture", "https://raw.githubusercontent.com/technyon/nuki_hub/master/icon/icon-192x192.png" }, { "entity_picture", "https://raw.githubusercontent.com/technyon/nuki_hub/master/icon/favicon-32x32.png" },
{ "release_url", GITHUB_LATEST_RELEASE_URL }, { "release_url", GITHUB_LATEST_RELEASE_URL },
{ "latest_version_topic", latest_version_topic }}); { "latest_version_topic", latest_version_topic }});
} }