mirror of
https://github.com/esphome/esphome.git
synced 2026-02-19 16:05:35 -07:00
38167c268f2ce295abc6add250a3e8ea0e9fc4fd
Add Application::get_config_version_hash() as a constexpr that returns fnv1a_hash_extend(config_hash, ESPHOME_VERSION). Make get_config_hash(), get_build_time(), fnv1a_hash(), and fnv1a_hash_extend() constexpr inline functions. Replace open-coded fnv1a_hash_extend(config_hash, ESPHOME_VERSION) calls with get_config_version_hash() in sensor and wifi components. Remove now-unnecessary version.h includes from component files.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
375 MiB
Languages
C++
64.2%
Python
35.5%
C
0.2%
