diff --git a/README.md b/README.md index 9c7ea49..6830178 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Froeling Lambdatronic Modbus -Home Assistant integration for Fröling Lambdatronic heating systems via Modbus (currently supports Modbus TCP only). +Home Assistant integration for Fröling Lambdatronic heating systems via Modbus (currently supports Modbus TCP only - maybe ). ## ⚠️ Disclaimer ⚠️ > **This integration is experimental and has not been tested over long periods.** > It may contain missing or incorrect sensor data. -> Feel free to open an [issue](https://github.com/your-repo/issues) or contribute via a [pull request](https://github.com/your-repo/pulls). +> Feel free to open an [issue](https://github.com/GyroGearl00se/ha_froeling_lambdatronic_modbus/issues) or contribute via a [pull request](https://github.com/GyroGearl00se/ha_froeling_lambdatronic_modbus/pulls). --- diff --git a/custom_components/froeling_lambdatronic_modbus/manifest.json b/custom_components/froeling_lambdatronic_modbus/manifest.json index f3ed73a..6c2f853 100644 --- a/custom_components/froeling_lambdatronic_modbus/manifest.json +++ b/custom_components/froeling_lambdatronic_modbus/manifest.json @@ -4,10 +4,10 @@ "codeowners": ["@GyroGearl00se"], "config_flow": true, "dependencies": [], - "documentation": "https://github.com/GyroGearl00se/hacs_froeling_lambdatronic_modbus", + "documentation": "https://github.com/GyroGearl00se/ha_froeling_lambdatronic_modbus", "integration_type": "hub", "iot_class": "local_polling", - "issue_tracker": "https://github.com/GyroGearl00se/hacs_froeling_lambdatronic_modbus/issues", + "issue_tracker": "https://github.com/GyroGearl00se/ha_froeling_lambdatronic_modbus/issues", "requirements": ["pymodbus==2.5.3"], "version": "1.0.0" } \ No newline at end of file