chore(esp): update firmware to 2024.9.0
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
eb5f04096e
commit
6936895cf9
2 changed files with 5 additions and 8 deletions
|
@ -30,13 +30,9 @@
|
|||
python = "py3";
|
||||
hash = "sha256-GraYVtioKIoKlPRBhhhzlbBfI6heXAaA1MQpUqAgEDQ=";
|
||||
};
|
||||
build-system = [
|
||||
final.setuptools
|
||||
];
|
||||
build-system = [final.setuptools];
|
||||
doCheck = false;
|
||||
pytestFlagsArray = [
|
||||
"intents/tests"
|
||||
];
|
||||
pytestFlagsArray = ["intents/tests"];
|
||||
};
|
||||
};
|
||||
})
|
||||
|
@ -61,6 +57,7 @@
|
|||
customComponents = builtins.attrValues {
|
||||
inherit
|
||||
(self.legacyPackages.${pkgs.system}.hass-components)
|
||||
# url is without subdirectory
|
||||
extended-ollama-conversation
|
||||
ha-fallback-conversation
|
||||
tuya-local
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
# Hardware Declaration
|
||||
esphome = {
|
||||
friendly_name = "M5Stack Atom Echo";
|
||||
min_version = "2024.6.0";
|
||||
min_version = "2024.9.0";
|
||||
name = "m5stack-atom-echo";
|
||||
name_add_mac_suffix = true;
|
||||
};
|
||||
|
@ -74,7 +74,7 @@
|
|||
dac_type = "external";
|
||||
i2s_dout_pin = "GPIO21"; # "GPIO22"; turn off speaker
|
||||
id = "echo_speaker";
|
||||
mode = "mono";
|
||||
channel = "mono";
|
||||
platform = "i2s_audio";
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue