Commit 921ae4ce authored by Robert Schütz's avatar Robert Schütz
Browse files

home-assistant-custom-components.tibber_local: fix meta.description

parent 5105434f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ buildHomeAssistantComponent rec {

  meta = {
    changelog = "https://github.com/marq24/ha-tibber-pulse-local/releases/tag/${version}";
    description = "Home Assistant integration framework for (garbage collection) schedules";
    description = "Local/LAN Tibber Pulse IR/Bridge Integration for Home Assistant";
    homepage = "https://github.com/marq24/ha-tibber-pulse-local";
    maintainers = with lib.maintainers; [ hensoko ];
    license = lib.licenses.asl20;