!QhvgabMQzwEQeWehhZ:lossy.network

NixOS Home Automation

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

Load older messages


SenderMessageTime
23 Oct 2024
@luna-null:matrix.org@luna-null:matrix.org changed their display name from Autumn to luna-null.09:49:15
24 Oct 2024
@specter42:matrix.orgspecter42 joined the room.09:31:19
@specter42:matrix.orgspecter42Redacted or Malformed Event10:43:55
@specter42:matrix.orgspecter42

Hi!

Is it possible to install the home-assistant minimalist lovelace theme?

https://github.com/UI-Lovelace-Minimalist/UI

I try to pack it witjh buildHomeAssistantComponent:

Nix Packages collection & NixOS. Contribute to NixOS/nixpkgs development by creating an account on GitHub.

It gets written in /var/lib/hass… and I can activate it in HA but get this error:

OSError: [Errno 30] Read-only file system: ‘/var/lib/hass/custom_components/ui_lovelace_minimalist/ui_minimalist’

Also it depend on another integration called browser_mod:
GitHub
GitHub - thomasloven/hass-browser_mod: 🔹 A Home Assistant integration to turn...

🔹 A Home Assistant integration to turn your browser into a controllable entity and media player - thomasloven/hass-browser_mod

This does not start and gives:

Error occurred loading flow for integration browser_mod: cannot import name ‘StaticPathConfig’ from ‘homeassistant.components.http’ (/nix/store/r62sr536p8j7l5r8h5q1qb11y3px915g-homeassistant-2024.5.5/lib/python3.12/site-packages/homeassistant/components/http/init.py)strong text

I’m lost here. Maybe anyone has tried this or already integrated. Help is more than welcome

10:46:07
@specter42:matrix.orgspecter42 *

Hi!

Is it possible to install the home-assistant minimalist lovelace theme?

https://github.com/UI-Lovelace-Minimalist/UI

I try to pack it witjh buildHomeAssistantComponent:

It gets written in /var/lib/hass… and I can activate it in HA but get this error:

OSError: [Errno 30] Read-only file system: ‘/var/lib/hass/custom_components/ui_lovelace_minimalist/ui_minimalist’

Also it depend on another integration called browser_mod:
GitHub
GitHub - thomasloven/hass-browser_mod: 🔹 A Home Assistant integration to turn...

🔹 A Home Assistant integration to turn your browser into a controllable entity and media player - thomasloven/hass-browser_mod

This does not start and gives:

Error occurred loading flow for integration browser_mod: cannot import name ‘StaticPathConfig’ from ‘homeassistant.components.http’ (/nix/store/r62sr536p8j7l5r8h5q1qb11y3px915g-homeassistant-2024.5.5/lib/python3.12/site-packages/homeassistant/components/http/init.py)strong text

I’m lost here. Maybe anyone has tried this or already integrated. Help is more than welcome

10:46:31
@specter42:matrix.orgspecter42 *

Hi!

Is it possible to install the home-assistant minimalist lovelace theme?

https://github.com/UI-Lovelace-Minimalist/UI

I try to pack it witjh buildHomeAssistantComponent:

It gets written in /var/lib/hass… and I can activate it in HA but get this error:

OSError: [Errno 30] Read-only file system: ‘/var/lib/hass/custom_components/ui_lovelace_minimalist/ui_minimalist’

Also it depend on another integration called browser_mod:

This does not start and gives:

Error occurred loading flow for integration browser_mod: cannot import name ‘StaticPathConfig’ from ‘homeassistant.components.http’ (/nix/store/r62sr536p8j7l5r8h5q1qb11y3px915g-homeassistant-2024.5.5/lib/python3.12/site-packages/homeassistant/components/http/init.py)strong text

I’m lost here. Maybe anyone has tried this or already integrated. Help is more than welcome

10:47:23
@specter42:matrix.orgspecter42 *

Hi!

Is it possible to install the home-assistant minimalist lovelace theme?

https://github.com/UI-Lovelace-Minimalist/UI

I try to pack it witjh buildHomeAssistantComponent:

It gets written in /var/lib/hass… and I can activate it in HA but get this error:

OSError: [Errno 30] Read-only file system: ‘/var/lib/hass/custom_components/ui_lovelace_minimalist/ui_minimalist’

Also it depend on another integration called browser_mod:

This does not start and gives:

Error occurred loading flow for integration browser_mod: cannot import name ‘StaticPathConfig’ from ‘homeassistant.components.http’ (/nix/store/r62sr536p8j7l5r8h5q1qb11y3px915g-homeassistant-2024.5.5/lib/python3.12/site-packages/homeassistant/components/http/init.py)strong text

I’m lost here. Maybe anyone has tried this or already integrated. Help is more than welcome

10:47:57
@hexa:lossy.network@hexa:lossy.networkhttps://www.home-assistant.io/blog/2024/10/24/wake-word-collective/17:05:34
25 Oct 2024
@mrene:matrix.orgmrene
In reply to @specter42:matrix.org

Hi!

Is it possible to install the home-assistant minimalist lovelace theme?

https://github.com/UI-Lovelace-Minimalist/UI

I try to pack it witjh buildHomeAssistantComponent:

It gets written in /var/lib/hass… and I can activate it in HA but get this error:

OSError: [Errno 30] Read-only file system: ‘/var/lib/hass/custom_components/ui_lovelace_minimalist/ui_minimalist’

Also it depend on another integration called browser_mod:

This does not start and gives:

Error occurred loading flow for integration browser_mod: cannot import name ‘StaticPathConfig’ from ‘homeassistant.components.http’ (/nix/store/r62sr536p8j7l5r8h5q1qb11y3px915g-homeassistant-2024.5.5/lib/python3.12/site-packages/homeassistant/components/http/init.py)strong text

I’m lost here. Maybe anyone has tried this or already integrated. Help is more than welcome

I don't know if you've solved this yet but themes aren't packaged like components (since they aren't python). In my experience it's been sufficient to join all themes in a single derivation and link it to the right place
00:00:22
@lholh:matrix.orglholh joined the room.03:54:08
@specter42:matrix.orgspecter42
In reply to @mrene:matrix.org
I don't know if you've solved this yet but themes aren't packaged like components (since they aren't python). In my experience it's been sufficient to join all themes in a single derivation and link it to the right place
Hi and thank you for sharing and helping! I could import your theme with your method. When trying with https://github.com/UI-Lovelace-Minimalist/UI it fails: I think it's because minimalist is more than a theme. The project also contains custom cards and python code. So I handeled it like a custom component. The problem was that it could not write into the folder. Also I could not get the dependency browser_mod running: https://github.com/thomasloven/hass-browser_mod it fails with some import error I can not solve.
12:12:23
@specter42:matrix.orgspecter42
In reply to @mrene:matrix.org
I don't know if you've solved this yet but themes aren't packaged like components (since they aren't python). In my experience it's been sufficient to join all themes in a single derivation and link it to the right place
*
12:19:39
@kfears:matrix.org@kfears:matrix.org changed their display name from KFears (tragedy arc) to KFears (annoying).21:26:52
26 Oct 2024
@joinemm:matrix.org@joinemm:matrix.org joined the room.15:31:11
@bluelinden:frei.chatblue joined the room.21:47:03
27 Oct 2024
@mrene:matrix.orgmrene left the room.01:48:36
@mrene:matrix.orgmrene joined the room.01:50:45
@weriomat:matrix.orgweriomat joined the room.11:12:07
@ritiek:matrix.orgritiek joined the room.23:17:44
29 Oct 2024
@swendel:curious.bio@swendel:curious.bio left the room.06:33:59
30 Oct 2024
@k900:0upti.meK900https://github.com/JeffLIrion/python-androidtv19:01:29
@k900:0upti.meK900Android TV integration is based on this library that's version 0.0.74 and nearly abandoned19:01:41
@k900:0upti.meK900Fun!19:01:43
@rascool:matrix.orgChris Allnutt joined the room.23:43:51
1 Nov 2024
@ryan4yi:matrix.orgRyan Yin joined the room.14:21:47
5 Nov 2024
@kubeliv:matrix.orgliv [she/her] joined the room.20:30:49
6 Nov 2024
@catalin:one.ems.hostViorel-Cătălin Răpițeanu changed their display name from Viorel-Cătălin Răpițeanu to @catalin:one.ems.host.06:59:33
@symphorien:xlumurb.eusymphorien hi can we go forward on https://github.com/NixOS/nixpkgs/pull/348149 ? 18:59:30
@hexa:lossy.network@hexa:lossy.networkwould be cool to have in 24.11, if it works 😄 19:00:30
@hexa:lossy.network@hexa:lossy.network mattleon wdyt? 19:00:37

Show newer messages


Back to Room ListRoom Version: 6