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";
|
python = "py3";
|
||||||
hash = "sha256-GraYVtioKIoKlPRBhhhzlbBfI6heXAaA1MQpUqAgEDQ=";
|
hash = "sha256-GraYVtioKIoKlPRBhhhzlbBfI6heXAaA1MQpUqAgEDQ=";
|
||||||
};
|
};
|
||||||
build-system = [
|
build-system = [final.setuptools];
|
||||||
final.setuptools
|
|
||||||
];
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
pytestFlagsArray = [
|
pytestFlagsArray = ["intents/tests"];
|
||||||
"intents/tests"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -61,6 +57,7 @@
|
||||||
customComponents = builtins.attrValues {
|
customComponents = builtins.attrValues {
|
||||||
inherit
|
inherit
|
||||||
(self.legacyPackages.${pkgs.system}.hass-components)
|
(self.legacyPackages.${pkgs.system}.hass-components)
|
||||||
|
# url is without subdirectory
|
||||||
extended-ollama-conversation
|
extended-ollama-conversation
|
||||||
ha-fallback-conversation
|
ha-fallback-conversation
|
||||||
tuya-local
|
tuya-local
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
# Hardware Declaration
|
# Hardware Declaration
|
||||||
esphome = {
|
esphome = {
|
||||||
friendly_name = "M5Stack Atom Echo";
|
friendly_name = "M5Stack Atom Echo";
|
||||||
min_version = "2024.6.0";
|
min_version = "2024.9.0";
|
||||||
name = "m5stack-atom-echo";
|
name = "m5stack-atom-echo";
|
||||||
name_add_mac_suffix = true;
|
name_add_mac_suffix = true;
|
||||||
};
|
};
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
dac_type = "external";
|
dac_type = "external";
|
||||||
i2s_dout_pin = "GPIO21"; # "GPIO22"; turn off speaker
|
i2s_dout_pin = "GPIO21"; # "GPIO22"; turn off speaker
|
||||||
id = "echo_speaker";
|
id = "echo_speaker";
|
||||||
mode = "mono";
|
channel = "mono";
|
||||||
platform = "i2s_audio";
|
platform = "i2s_audio";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue