{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.bashInteractive pkgs.esphome ]; }