19 Dec 2024 |
netpleb | ok, yeah the only thing I had in there so far was this:
config = {
# Includes dependencies for a basic setup
# https://www.home-assistant.io/integrations/default_config/
default_config = {};
# apparently the following line is necessary to get the GUI to work?
# see https://www.home-assistant.io/docs/automation/yaml/
automation = "!include automations.yaml";
};
which is not quite the same as what the wiki says. I'll try the wiki recommendation. Thanks hexa !
| 00:03:59 |
netpleb | That fixed it! Not sure if it is normal but I had to manually make scenes.yaml (just as an empty file initially), otherwise it choked and went into recovery mode. | 00:21:13 |
| erahhal joined the room. | 01:25:44 |
| bbigras left the room. | 01:43:21 |
| rtjure joined the room. | 19:57:20 |
hexa | https://www.home-assistant.io/voice-pe/ | 20:13:40 |
K900 | Sheeeh | 20:19:21 |
K900 | With an XU316 you might even buy that thing as a sound card at that price | 20:19:41 |
K900 | Though good luck driving anything with no Amp | 20:20:41 |
K900 | * Though good luck driving anything with no amp | 20:20:49 |
hexa | https://www.xmos.com/download/XU316-1024-QF60A-xcore.ai-Datasheet(22).pdf | 20:38:20 |
uep | yeah I'm going to play with some (maybe one to start) of those | 21:42:17 |
hexa | ordered one | 21:42:45 |
hexa | the first batch is already gone in 🇩🇪 | 21:42:59 |
hexa | 2.1k people watching the stream rn | 21:43:22 |
hexa | https://www.youtube.com/live/ZgoaoTpIhm8 | 21:43:26 |
uep | yeah I was just about to say that if I like the one, I'll be worried about being able to get more | 21:43:34 |
hexa | yeah, I think the availability will get better over time 😄 | 21:43:52 |
uep | and there'll be none in 🇦🇺 anyway | 21:43:59 |
hexa | and obviously I hope they'll iterate on the design | 21:44:12 |
hexa | kinda feels like they thought of the respeaker series | 21:44:59 |
hexa | * kinda feels like they thought of the respeaker series from seeed | 21:45:08 |
ghostbuster91 | hi, is there already a nix-dsl for esphome yaml? | 23:29:23 |
hexa | nix yaml support sucks | 23:32:14 |
ghostbuster91 | what is there to suck? You can even render json and convert it to yaml using some other tool | 23:33:13 |
hexa | you must 😄 | 23:33:25 |
hexa | if you want yaml, and not the json subset | 23:33:34 |
hexa | and you only get the json subset in nix | 23:33:40 |
ghostbuster91 | I don't need my generated json/yaml to be compact or readable | 23:34:05 |
ghostbuster91 | I don't care about low-level assembly format | 23:34:16 |