!QhvgabMQzwEQeWehhZ:lossy.network

NixOS Home Automation

509 Members
Declarative Home Automation and other Sidequests | https://wiki.nixos.org/wiki/Home_Assistant128 Servers

Load older messages


SenderMessageTime
13 Jun 2021
@leo:gaspard.ninjaEkleog * lukegb (he/him): Agree with you that there was little else you could do, but IMO in this kind of cases where there's no literal aggression, locking the issue can be perceived as us abusing our rights, so maybe just doing nothing (including not replying) would have “solved” the issue 20:34:49
@leo:gaspard.ninjaEkleog * lukegb (he/him): I'm with you that there was little else you could do, but IMO in this kind of cases where there's no literal aggression, locking the issue can be perceived as us abusing our rights, so maybe just doing nothing (including not replying) would have “solved” the issue 20:35:32
@leo:gaspard.ninjaEkleogTL;DR: in this kind of cases, IMO slowing down the discussion by responding slowly (or not at all) is the best thing to do, as it gives emotions time to flatten20:37:12
@leo:gaspard.ninjaEkleog * TL;DR: in this kind of cases, IMO slowing down the discussion by responding slowly (or not at all) is the best thing to do, as it gives everyone's emotions time to flatten20:38:51
@robert:funklause.dedotlambda If someone wants to help making Home Assistant upstream a little happier by packaging more dependencies, I suggest comparing the directories in https://github.com/home-assistant/core/tree/2021.6.4/tests/components with the list of componentTests because packages whose component is tested should be safe to add. 23:20:02
@hexa:lossy.network@hexa:lossy.networkI bulk added component tests quite recently23:38:28
@robert:funklause.dedotlambdaFor packages that are already there I assume. I'm talking about those that are missing but for which component tests exist.23:51:49
14 Jun 2021
@hexa:lossy.network@hexa:lossy.networkthe reasoning that they would be happier if we packaged all component packages is unreasonable17:11:07
@hexa:lossy.network@hexa:lossy.networkthe enable toggle of home-assistant should clarify that users should not expect support from upstream home-assistant I guess18:35:20
@lukegb:zxcvbnm.ninjalukegb (he/him)it would be nice if home-assistant upstream had a toggle for "this is a distribution package, not one of the home-assistant supported distribution models, you should not ask for support with HA, please ask <here> instead"19:17:08
@hexa:lossy.network@hexa:lossy.networkoh yeah19:17:16
@lukegb:zxcvbnm.ninjalukegb (he/him)but I don't think they're interested in that19:17:30
@lukegb:zxcvbnm.ninjalukegb (he/him)unless you could sell it to them as a "this is a way of upselling people to HA OS"19:17:38
@hexa:lossy.network@hexa:lossy.networkfwiw, it advertises itself as Installation method: core19:17:59
@hexa:lossy.network@hexa:lossy.networkhttps://analytics.home-assistant.io/19:18:19
@lukegb:zxcvbnm.ninjalukegb (he/him)yeah, but core installation method is explicitly unsupported if it's using "the distribution Python"19:18:28
@hexa:lossy.network@hexa:lossy.networkwith 4,2% the smallest installation type, and probably very heterogeneous19:18:40
@lukegb:zxcvbnm.ninjalukegb (he/him) iirc you have to use a virtualenv 19:18:45
@hexa:lossy.network@hexa:lossy.networkreasonable :)19:18:55
@lukegb:zxcvbnm.ninjalukegb (he/him)https://github.com/home-assistant/architecture/blob/master/adr/0016-home-assistant-core.md#supported-python-versions19:19:36
@lukegb:zxcvbnm.ninjalukegb (he/him)ah, it's collected here: https://sourcegraph.com/github.com/home-assistant/core/-/blob/homeassistant/helpers/system_info.py?utm_source=share#L42:919:21:57
@lukegb:zxcvbnm.ninjalukegb (he/him)I'm guessing we somehow always manage to trigger is_virtual_env or something19:22:18
@hexa:lossy.network@hexa:lossy.network
diff --git a/nixos/modules/services/misc/home-assistant.nix b/nixos/modules/services/misc/home-assistant.nix
index 1e33381de24..9c5d5b0eb02 100644
--- a/nixos/modules/services/misc/home-assistant.nix
+++ b/nixos/modules/services/misc/home-assistant.nix
@@ -66,7 +66,7 @@ in {
   meta.maintainers = teams.home-assistant.members;
 
   options.services.home-assistant = {
-    enable = mkEnableOption "Home Assistant";
+    enable = mkEnableOption "Home Assistant. Please note that NixOS distribution of Home Assistant is unsupported upstream.";
 
     configDir = mkOption {
       default = "/var/lib/hass";
20:42:28
@hexa:lossy.network@hexa:lossy.network *
diff --git a/nixos/modules/services/misc/home-assistant.nix b/nixos/modules/services/misc/home-assistant.nix
index 1e33381de24..9c5d5b0eb02 100644
--- a/nixos/modules/services/misc/home-assistant.nix
+++ b/nixos/modules/services/misc/home-assistant.nix
@@ -66,7 +66,7 @@ in {
   meta.maintainers = teams.home-assistant.members;
 
   options.services.home-assistant = {
-    enable = mkEnableOption "Home Assistant";
+    enable = mkEnableOption "Home Assistant. Please note that the NixOS distribution of Home Assistant is unsupported upstream.";
 
     configDir = mkOption {
       default = "/var/lib/hass";
20:42:36
@hexa:lossy.network@hexa:lossy.network *
diff --git a/nixos/modules/services/misc/home-assistant.nix b/nixos/modules/services/misc/home-assistant.nix
index 1e33381de24..9c5d5b0eb02 100644
--- a/nixos/modules/services/misc/home-assistant.nix
+++ b/nixos/modules/services/misc/home-assistant.nix
@@ -66,7 +66,7 @@ in {
   meta.maintainers = teams.home-assistant.members;
 
   options.services.home-assistant = {
-    enable = mkEnableOption "Home Assistant";
+    enable = mkEnableOption "Home Assistant. Please note that the NixOS distribution of Home Assistant is unsupported upstream";
 
     configDir = mkOption {
       default = "/var/lib/hass";
20:42:43
@hexa:lossy.network@hexa:lossy.network *
diff --git a/nixos/modules/services/misc/home-assistant.nix b/nixos/modules/services/misc/home-assistant.nix
index 1e33381de24..9c5d5b0eb02 100644
--- a/nixos/modules/services/misc/home-assistant.nix
+++ b/nixos/modules/services/misc/home-assistant.nix
@@ -66,7 +66,7 @@ in {
   meta.maintainers = teams.home-assistant.members;
 
   options.services.home-assistant = {
-    enable = mkEnableOption "Home Assistant";
+    enable = mkEnableOption "Home Assistant. Please note that the NixOS distribution of Home Assistant is unsupported upstream";
 
     configDir = mkOption {
       default = "/var/lib/hass";

Yay / Nay?

20:43:20
@vika:matrix.nice.sampler.fivika (she/her) 🏳️‍⚧️ joined the room.21:03:22
@vika:matrix.nice.sampler.fivika (she/her) 🏳️‍⚧️ 21:05:01
@vika:matrix.nice.sampler.fivika (she/her) 🏳️‍⚧️
In reply to @hexa:lossy.network
diff --git a/nixos/modules/services/misc/home-assistant.nix b/nixos/modules/services/misc/home-assistant.nix
index 1e33381de24..9c5d5b0eb02 100644
--- a/nixos/modules/services/misc/home-assistant.nix
+++ b/nixos/modules/services/misc/home-assistant.nix
@@ -66,7 +66,7 @@ in {
   meta.maintainers = teams.home-assistant.members;
 
   options.services.home-assistant = {
-    enable = mkEnableOption "Home Assistant";
+    enable = mkEnableOption "Home Assistant. Please note that the NixOS distribution of Home Assistant is unsupported upstream";
 
     configDir = mkOption {
       default = "/var/lib/hass";

Yay / Nay?

Looks clear enough, but to someone like me who likes to read every single piece of documentation back to back painfully obvious. Of course I am not the intended audience for this change so take this with a grain of salt 🧂
21:16:57
@vika:matrix.nice.sampler.fivika (she/her) 🏳️‍⚧️* Looks clear enough, but to someone like me who likes to read every single piece of documentation back to back painfully obvious. Of course I am not the intended audience for this change so take this with a grain of salt 🧂21:17:23

Show newer messages


Back to Room ListRoom Version: 6