J. Nick Koston
b7ce8c116b
[core] Centralize component setup logging to reduce flash usage ( #9885 )
2025-07-25 19:27:03 +00:00
Keith Burzinski
44f1ff10e6
Introduce "communication failed" log macro ( #8939 )
2025-05-29 01:59:38 -05:00
Keith Burzinski
6e0523109a
Streamline setup() logging (c, d) ( #8925 )
2025-05-28 22:54:38 +12:00
dependabot[bot]
4adda632bb
Bump ruff from 0.9.2 to 0.11.0 ( #8409 )
2025-03-20 09:51:23 -10:00
Pieter Viljoen
bc26de2d68
[ds1307] Initialize uninitialized struct members ( #6985 )
2024-06-26 11:54:02 +12:00
Jesse Hills
302dea4169
Move ESPTime into core esphome namespace ( #4926 )
...
* Prep-work for datetime entities
* Fix some includes and remove some restrictions on printing time on displays
* format
* format
* More formatting
* Move function contents
* Ignore clang-tidy
2023-06-08 17:24:44 -05:00
Stefan Agner
501f88ca86
Avoid non-const globals and enable clang-tidy check ( #1892 )
2021-06-11 08:19:44 +12:00
Otto Winter
a33bb32874
Convert components to async-def syntax ( #1823 )
...
* Convert components to async-def syntax
* Remove stray @coroutine
* Manual part
* Convert complexer components code to async-def
* Manual cleanup
* More manual cleanup
2021-05-24 21:45:31 +02:00
Otto Winter
2376a2c941
Convert components to async-def syntax ( #1821 )
2021-05-24 10:58:29 +02:00
Guillermo Ruffino
69879920eb
add-black ( #1593 )
...
* Add black
Update pre commit
Update pre commit
add empty line
* Format with black
2021-03-07 16:03:16 -03:00
Florian Mösch
b28735d63b
rename read/write to read/time/write_time ( #1468 )
2021-01-18 09:35:35 -03:00
Florian Mösch
bf453ad8cd
make time components polling components ( #1443 )
...
* make real time clock components polling components
* add test
2021-01-12 15:37:22 -03:00
Florian Mösch
699696e8d1
DS1307 real time clock component ( #1441 )
...
* initial support for DS1307 real time clock
* add simple test, make sync functions public
* cleanup lint
* add sync to/from rtc actions
* changes action names
* Update esphome/components/ds1307/ds1307.cpp
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com >
* Update esphome/components/ds1307/time.py
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com >
* fix suggested change
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com >
2021-01-08 19:40:22 -03:00