{ buildHomeAssistantComponent, python3Packages, fetchFromGitHub, ... }: buildHomeAssistantComponent rec { owner = "greghesp"; domain = "bambu_lab"; version = "v2.2.17"; src = fetchFromGitHub { owner = owner; repo = "ha-bambulab"; rev = version; hash = "sha256-0gAOCs/8U82eOK04mmWs6QqQR1os1eejwvF+pr7U/9c="; }; propagatedBuildInputs = with python3Packages; [ beautifulsoup4 ]; meta = { changelog = "https://github.com/greghesp/ha-bambulab/releases/tag/${version}"; description = "A Home Assistant Integration for Bambu Lab printers."; homepage = "https://github.com/greghesp/ha-bambulab"; maintainers = [ ]; }; }