home-assistant-custom-components.better_thermostat: format with nixfmt-rfc-style

This commit is contained in:
Robert Schütz
2024-08-25 20:11:06 -07:00
parent c15b8367b6
commit 77d055b7b3
@@ -1,4 +1,8 @@
{ lib, fetchFromGitHub, buildHomeAssistantComponent }:
{
buildHomeAssistantComponent,
fetchFromGitHub,
lib,
}:
buildHomeAssistantComponent rec {
owner = "KartoffelToby";
@@ -12,13 +16,11 @@ buildHomeAssistantComponent rec {
hash = "sha256-noo96Uks+MHtTbwIoU5gnekp/IwMry0U18X4I1qe4LQ=";
};
meta = with lib; {
changelog =
"https://github.com/KartoffelToby/better_thermostat/releases/tag/${version}";
description =
"Smart TRV control integrates room-temp sensors, window/door sensors, weather forecasts, and ambient probes for efficient heating and calibration, enhancing energy savings and comfort.";
meta = {
changelog = "https://github.com/KartoffelToby/better_thermostat/releases/tag/${version}";
description = "Smart TRV control integrates room-temp sensors, window/door sensors, weather forecasts, and ambient probes for efficient heating and calibration, enhancing energy savings and comfort";
homepage = "https://better-thermostat.org/";
maintainers = with maintainers; [ mguentner ];
license = licenses.agpl3Only;
maintainers = with lib.maintainers; [ mguentner ];
license = lib.licenses.agpl3Only;
};
}