From f7db723b64fe1940daa72944ff90dad0877dbfcb Mon Sep 17 00:00:00 2001 From: GyroGearl00se Date: Wed, 19 Feb 2025 01:57:33 +0100 Subject: [PATCH] fixed manifest order (hassfest) --- .../froeling_lambdatronic_modbus/manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_components/froeling_lambdatronic_modbus/manifest.json b/custom_components/froeling_lambdatronic_modbus/manifest.json index 0fdf17c..f3ed73a 100644 --- a/custom_components/froeling_lambdatronic_modbus/manifest.json +++ b/custom_components/froeling_lambdatronic_modbus/manifest.json @@ -1,13 +1,13 @@ { "domain": "froeling_lambdatronic_modbus", "name": "Froeling Lambdatronic Modbus", - "version": "1.0.0", - "documentation": "https://github.com/GyroGearl00se/hacs_froeling_lambdatronic_modbus", - "issue_tracker": "https://github.com/GyroGearl00se/hacs_froeling_lambdatronic_modbus/issues", + "codeowners": ["@GyroGearl00se"], + "config_flow": true, "dependencies": [], + "documentation": "https://github.com/GyroGearl00se/hacs_froeling_lambdatronic_modbus", "integration_type": "hub", "iot_class": "local_polling", - "codeowners": ["@GyroGearl00se"], + "issue_tracker": "https://github.com/GyroGearl00se/hacs_froeling_lambdatronic_modbus/issues", "requirements": ["pymodbus==2.5.3"], - "config_flow": true + "version": "1.0.0" } \ No newline at end of file