From af0cb852c4159522e61e91777b9520100fcaf4aa Mon Sep 17 00:00:00 2001 From: Muka Schultze Date: Thu, 14 Nov 2024 18:25:15 -0300 Subject: [PATCH] chore: alphabetic order manifest --- custom_components/rinnai/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/rinnai/manifest.json b/custom_components/rinnai/manifest.json index bf4da9e..8c94072 100644 --- a/custom_components/rinnai/manifest.json +++ b/custom_components/rinnai/manifest.json @@ -4,11 +4,11 @@ "codeowners": ["@mukaschultze"], "config_flow": true, "dependencies": [], + "dhcp": [{ "hostname": "wifi-rinnai*" }, { "registered_devices": true }], "documentation": "https://github.com/mukaschultze/ha-rinnai-heater", "integration_type": "device", "iot_class": "local_polling", "issue_tracker": "https://github.com/mukaschultze/ha-rinnai-heater/issues", "version": "0.0.1", - "zeroconf": [{ "type": "_arduino._tcp.local.", "name": "wifi-rinnai*" }], - "dhcp": [{ "hostname": "wifi-rinnai*" }, { "registered_devices": true }] + "zeroconf": [{ "type": "_arduino._tcp.local.", "name": "wifi-rinnai*" }] }