J. Nick Koston
|
3527ca75b6
|
Merge branch 'get_icon_avoid_string_alloc' into integration
|
2025-09-01 23:14:19 -05:00 |
|
J. Nick Koston
|
0affd158cb
|
Merge branch 'get_device_class_avoid_string_alloc' into integration
|
2025-09-01 23:14:14 -05:00 |
|
J. Nick Koston
|
4746eb65f7
|
[core] Use get_unit_of_measurement_ref() in entity logging to avoid string allocations
|
2025-09-01 23:11:47 -05:00 |
|
J. Nick Koston
|
4da18133f4
|
[core] Use get_device_class_ref() in entity platform logging to avoid string allocations
|
2025-09-01 23:07:33 -05:00 |
|
J. Nick Koston
|
ae46100af8
|
[core] Use get_icon_ref() in entity platform logging to avoid string allocations
|
2025-09-01 23:01:11 -05:00 |
|
J. Nick Koston
|
e2a9b85924
|
[number] Convert LOG_NUMBER macro to function to reduce flash usage (#10293)
|
2025-08-20 14:36:05 +12:00 |
|
J. Nick Koston
|
4305c44440
|
Reduce entity memory usage by eliminating field shadowing and bit-packing (#9076)
|
2025-06-15 15:21:55 +12:00 |
|
Maurice Makaay
|
0d1028be2e
|
Cleanup deprecated EntityBase::hash_base() (#3525)
Co-authored-by: Maurice Makaay <mmakaay1@xs4all.net>
|
2022-06-08 09:13:11 +12:00 |
|
Maurice Makaay
|
d9caab4108
|
Number enhancement (#3429)
Co-authored-by: Maurice Makaay <mmakaay1@xs4all.net>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2022-05-10 16:58:56 +12:00 |
|
puuu
|
b5a0e8b2c0
|
Implement unit_of_measurement for number component (#2804)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2021-11-30 16:20:59 +01:00 |
|
Otto Winter
|
ac0d921413
|
ESP-IDF support and generic target platforms (#2303)
* Socket refactor and SSL
* esp-idf temp
* Fixes
* Echo component and noise
* Add noise API transport support
* Updates
* ESP-IDF
* Complete
* Fixes
* Fixes
* Versions update
* New i2c APIs
* Complete i2c refactor
* SPI migration
* Revert ESP Preferences migration, too complex for now
* OTA support
* Remove echo again
* Remove ssl again
* GPIOFlags updates
* Rename esphal and ICACHE_RAM_ATTR
* Make ESP32 arduino compilable again
* Fix GPIO flags
* Complete pin registry refactor and fixes
* Fixes to make test1 compile
* Remove sdkconfig file
* Ignore sdkconfig file
* Fixes in reviewing
* Make test2 compile
* Make test4 compile
* Make test5 compile
* Run clang-format
* Fix lint errors
* Use esp-idf APIs instead of btStart
* Another round of fixes
* Start implementing ESP8266
* Make test3 compile
* Guard esp8266 code
* Lint
* Reformat
* Fixes
* Fixes v2
* more fixes
* ESP-IDF tidy target
* Convert ARDUINO_ARCH_ESPxx
* Update WiFiSignalSensor
* Update time ifdefs
* OTA needs millis from hal
* RestartSwitch needs delay from hal
* ESP-IDF Uart
* Fix OTA blank password
* Allow setting sdkconfig
* Fix idf partitions and allow setting sdkconfig from yaml
* Re-add read/write compat APIs and fix esp8266 uart
* Fix esp8266 store log strings in flash
* Fix ESP32 arduino preferences not initialized
* Update ifdefs
* Change how sdkconfig change is detected
* Add checks to ci-custom and fix them
* Run clang-format
* Add esp-idf clang-tidy target and fix errors
* Fixes from clang-tidy idf round 2
* Fixes from compiling tests with esp-idf
* Run clang-format
* Switch test5.yaml to esp-idf
* Implement ESP8266 Preferences
* Lint
* Re-do PIO package version selection a bit
* Fix arduinoespressif32 package version
* Fix unit tests
* Lint
* Lint fixes
* Fix readv/writev not defined
* Fix graphing component
* Re-add all old options from core/config.py
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2021-09-20 11:47:51 +02:00 |
|
Jesse Hills
|
71d9d64a02
|
Number and Template Number updates (#2036)
Co-authored-by: Otto winter <otto@otto-winter.com>
|
2021-07-20 08:22:49 +12:00 |
|
Jesse Hills
|
dd37a4e04c
|
Add Number entities (from Home Assistant) (#1971)
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
|
2021-07-13 07:20:12 +12:00 |
|