many changes
This commit is contained in:
parent
fb32b88798
commit
92099bd1e9
44 changed files with 900 additions and 658 deletions
|
|
@ -1,14 +1,4 @@
|
|||
{ config, ... }:
|
||||
let
|
||||
unstable = import
|
||||
(builtins.fetchTarball https://github.com/nixos/nixpkgs/tarball/nixpkgs-unstable)
|
||||
# reuse the current configuration
|
||||
{ config = config.nixpkgs.config; };
|
||||
in {
|
||||
services.home-assistant.customComponents = with unstable.home-assistant-custom-components; [
|
||||
moonraker
|
||||
];
|
||||
|
||||
{ config, ... }: {
|
||||
services.home-assistant.config = {
|
||||
sensor = [
|
||||
{
|
||||
|
|
@ -53,7 +43,6 @@ in {
|
|||
];
|
||||
"automation 3d printer state" = {
|
||||
alias = "3d printer state change";
|
||||
hide_entity = true;
|
||||
trigger = [
|
||||
{
|
||||
platform = "template";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue