services.home-assistant.config.lovelace.dashboards.nixos-lovelace

NixOS option

Default NixOS-managed Lovelace dashboard. Automatically populated when lovelaceConfig or lovelaceConfigFile is set. Additional dashboards can be defined under config.lovelace.dashboards.<name>. See https://www.home-assistant.io/lovelace/dashboards/ for details.

type: null or YAML 1.1 value
Default
if cfg.lovelaceConfig != null || cfg.lovelaceConfigFile != null then {
  mode = "yaml";
  filename = "ui-lovelace.yaml";
  title = "Overview";
  icon = "mdi:view-dashboard";
  show_in_sidebar = true;
} else null
declared in: nixos/modules/services/home-automation/home-assistant.nixView source on NixOS/nixpkgs →