| 22 Aug 2024 |
rcambrj | oh I did, but I don't, let me readd it back 🤦♂️ | 18:48:02 |
mjm | yeah it'll make sure it has the deps available that it needs, then you should be able to add it in the GUI | 18:48:27 |
rcambrj | I added it, but it still errors in the same way :( am I to assume that this is home-assistant's I'm lacking a dependency complaint? | 18:49:42 |
rcambrj | Error occurred loading flow for integration esphome: No module named 'aiodhcpwatcher' yes. yes it is. thanks mjm ⭐️ | 18:50:23 |
@hexa:lossy.network | probably going to rename extraComponents to components or integrations some time soon | 18:53:05 |
@hexa:lossy.network | the extra prefix makes it a bit more misleading these days | 18:53:27 |
mjm | yeah +1 for that | 18:54:26 |
rcambrj | my problem was that I had removed default_config and enumerated the individual things I wanted but I had to add default_config back to extraComponents to get the deps which the esphome package expected to be available already | 18:59:29 |
rcambrj | progressing now 👍️ thanks again | 18:59:43 |
@hexa:lossy.network | you can enumerate default_config manually, but if you miss a crucial piece it might break | 19:00:03 |
rcambrj | I don't mind default_config in extraComponents - it's not enabling those components, just providing the deps | 19:00:31 |
@hexa:lossy.network | nix```
services.home-assistant.config = {
# opinionated default_config
bluetooth = {};
config = {};
dhcp = {};
logbook = {};
history = {};
media_source = {};
mobile_app = {};
person = {};
scene = {};
system_health = {};
ssdp = {};
sun = {};
script = {};
tag = {};
timer = {};
zeroconf = {}; | 19:00:33 |
@hexa:lossy.network | * services.home-assistant.config = {
# opinionated default\_config
bluetooth = {};
config = {};
dhcp = {};
logbook = {};
history = {};
media\_source = {};
mobile\_app = {};
person = {};
scene = {};
system\_health = {};
ssdp = {};
sun = {};
script = {};
tag = {};
timer = {};
zeroconf = {};
| 19:00:37 |
@hexa:lossy.network | * services.home-assistant.config = {
# opinionated default\_config
bluetooth = {};
config = {};
dhcp = {};
logbook = {};
history = {};
media_source = {};
mobile_app = {};
person = {};
scene = {};
system_health = {};
ssdp = {};
sun = {};
script = {};
tag = {};
timer = {};
zeroconf = {};
| 19:00:45 |
@hexa:lossy.network | I just don't like having the cloud dep 😛 | 19:01:03 |
rcambrj | ah, I want that one :D I don't want history/logbook | 19:01:19 |
@hexa:lossy.network | at least that is the one I remember | 19:01:25 |
@hexa:lossy.network | huh, ok | 19:01:31 |
| 23 Aug 2024 |
@hexa:lossy.network | https://github.com/music-assistant/hass-music-assistant/blob/main/custom_components/mass/manifest.json#L19 | 02:39:14 |
@hexa:lossy.network | looks like we need to slow down with updating music-assistant, because the custom component might be dictating the supported version 🤔 | 02:39:43 |
mjm | hmm | 05:00:58 |
mjm | i haven't actually gotten around to setting it up in HA yet | 05:01:11 |
mjm | just been using it on its own | 05:01:16 |
| Johannes Hitzinger set a profile picture. | 10:05:22 |
| dueyfinster joined the room. | 11:21:36 |
| @benjaminedwardwebb:envs.net left the room. | 18:58:48 |
| 25 Aug 2024 |
| @mall0c:matrix.org left the room. | 17:41:09 |
| @superflyjohnson1:matrix.org joined the room. | 19:47:59 |
@superflyjohnson1:matrix.org | How would I enable rclone mounts as a rclone home service? I've been experimenting with rclone and nixos and can't get the mounts working outside of services. | 19:50:28 |
@hexa:lossy.network | #sysops:nixos.org maybe? | 19:52:44 |