1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 22:58:13 +00:00

8783 Commits

Author SHA1 Message Date
Oliver Kleinecke
ff198145da fix: correct lamp name handling in DynamicLampComponent and update struct definition 2025-02-18 11:08:47 +01:00
Oliver Kleinecke
2147e9c7aa fix: update timer date handling in DynamicLampComponent for improved accuracy 2025-02-18 11:04:43 +01:00
Oliver Kleinecke
b996293ccf feat: include RealTimeClock header in dynamic_lamp.h for time management 2025-02-18 10:58:06 +01:00
Oliver Kleinecke
762d40c570 feat: integrate RealTimeClock into DynamicLampComponent for enhanced time management 2025-02-18 10:53:13 +01:00
Oliver Kleinecke
2d5cdf2c26 fix: remove unnecessary esphal header inclusion in dynamic_lamp.h 2025-02-18 10:40:43 +01:00
Oliver Kleinecke
2c090678c8 feat: move DynamicLampTimer struct definition to header file for better accessibility 2025-02-18 10:39:02 +01:00
Oliver Kleinecke
cb92ed2449 feat: include additional headers for enhanced functionality in DynamicLampComponent 2025-02-18 10:36:27 +01:00
Oliver Kleinecke
940ef6c50c feat: add timer functionality to DynamicLampComponent with logging 2025-02-18 10:27:23 +01:00
Jesse Hills
1257640e48
Merge branch 'beta' into dev 2025-02-18 14:14:05 +13:00
Jesse Hills
2bc9782ce7
Merge pull request #8264 from esphome/bump-2025.2.0b5
2025.2.0b5
2025.2.0b5
2025-02-18 14:13:33 +13:00
Jesse Hills
6583e17810
Bump version to 2025.2.0b5 2025-02-18 13:39:42 +13:00
J. Nick Koston
64c8bcef2e
Bump aioesphomeapi to 29.1.0 (#8105) 2025-02-18 13:39:42 +13:00
J. Nick Koston
f9da8dbfb8
Replace glyphsets with esphome_glyphsets (#8261) 2025-02-18 13:39:42 +13:00
J. Nick Koston
74f7197543
Bump aioesphomeapi to 29.1.0 (#8105) 2025-02-17 16:27:06 -06:00
J. Nick Koston
c21b8bd417
Switch to native arm runners for docker CI (#8262) 2025-02-18 11:19:11 +13:00
J. Nick Koston
1eb658cc5b
Replace glyphsets with esphome_glyphsets (#8261) 2025-02-17 21:48:24 +00:00
Oliver Kleinecke
745393401c fix: increment index in remove_lamp method to prevent infinite loop 2025-02-17 16:10:33 +01:00
Oliver Kleinecke
685597c2f2 fix: correct logging message in remove_lamp method to use the correct lamp name 2025-02-17 15:39:34 +01:00
Oliver Kleinecke
22a52314c9 feat: add logging for lamp addition and removal in DynamicLampComponent 2025-02-17 15:36:50 +01:00
Oliver Kleinecke
e5159321e9 feat: add get_lamp_name method to retrieve the name of a specified lamp 2025-02-17 14:37:10 +01:00
Oliver Kleinecke
b1b524e51c Merge branches 'dev' and 'dev' of https://github.com/p1ngb4ck/esphome into dev 2025-02-17 13:46:06 +01:00
Oliver Kleinecke
dc15aec7f2
Add files via upload 2025-02-17 13:24:20 +01:00
Jesse Hills
8b251efb75
Merge branch 'beta' into dev 2025-02-17 13:10:17 +13:00
Jesse Hills
26d25464da
Merge pull request #8259 from esphome/bump-2025.2.0b4
2025.2.0b4
2025.2.0b4
2025-02-17 13:09:45 +13:00
Jesse Hills
78b55e22ee
Bump version to 2025.2.0b4 2025-02-17 12:14:06 +13:00
Ali Jafri
9ee5227fe0
DHT platform now supports modules with inbuilt external resistor (#8257) 2025-02-17 12:14:06 +13:00
J. Nick Koston
e89603fe3b
Bump zeroconf to 0.144.3 (#8253) 2025-02-17 12:14:06 +13:00
Djordje Mandic
c0804d665d
[scd30] Increase minimal CONF_UPDATE_INTERVAL from 1 to 2 seconds (#8256) 2025-02-17 12:14:05 +13:00
Samuel Sieb
a67b85eabf
don't crash on null pages (#8254)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2025-02-17 12:14:05 +13:00
Ali Jafri
a47e27885f
DHT platform now supports modules with inbuilt external resistor (#8257) 2025-02-17 11:05:54 +13:00
J. Nick Koston
2e66b33672
Bump zeroconf to 0.144.3 (#8253) 2025-02-17 08:53:19 +13:00
Djordje Mandic
e21ef22706
[scd30] Increase minimal CONF_UPDATE_INTERVAL from 1 to 2 seconds (#8256) 2025-02-17 08:09:42 +13:00
Oliver Kleinecke
e18db01b69 fix: restore turn_on, turn_off, and set_state methods in Mcp4461Wiper class 2025-02-16 17:37:00 +01:00
Oliver Kleinecke
81d463c909 fix: simplify read_state method and enhance logging for wiper adjustments 2025-02-16 17:32:28 +01:00
Oliver Kleinecke
8e431d3d5e fix: update wiper state management to use update_state method for accuracy 2025-02-16 14:52:41 +01:00
Oliver Kleinecke
e74c31e471 fix: round state conversion for MCP4461 wiper level to ensure accurate integer values 2025-02-16 14:42:34 +01:00
Oliver Kleinecke
3beefc1e4b fix: update state conversion range in MCP4461 wiper to 0 - 256 2025-02-16 13:42:46 +01:00
Oliver Kleinecke
5e5e7c1714 fix: adjust state conversion for MCP4461 wiper to use 0.0 - 0.256 range 2025-02-16 13:41:56 +01:00
Oliver Kleinecke
392263c0e2 fix: restore output lamp additions in dump_config method 2025-02-16 13:29:09 +01:00
Oliver Kleinecke
1f0b4d4c51 fix: use explicit boolean comparisons for active and update flags in dynamic_lamp loop 2025-02-16 13:20:58 +01:00
Oliver Kleinecke
5e8242c045 fix: comment out unnecessary output lamp additions in dump_config method 2025-02-16 12:41:58 +01:00
Oliver Kleinecke
5e46a2a311 fix: correct lamp count increment logic in add_lamp method 2025-02-16 12:36:43 +01:00
Samuel Sieb
93c2878c21
don't crash on null pages (#8254)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2025-02-16 01:02:51 -06:00
Oliver Kleinecke
a6cea002bc fix: update logging message to use new_state variable in dynamic_lamp loop 2025-02-15 22:19:05 +01:00
Oliver Kleinecke
c34f1e5559 feat: add debug logging for output level setting in dynamic_lamp loop 2025-02-15 22:15:46 +01:00
Oliver Kleinecke
661ca4944e fix: correct namespace closure in dynamic_lamp.cpp 2025-02-15 22:03:50 +01:00
Oliver Kleinecke
b5862befbb refactor: rename methods for consistency in lamp configuration 2025-02-15 22:02:23 +01:00
Oliver Kleinecke
fad4f4ad2e feat: add initial lamp configuration in dump_config method 2025-02-15 22:00:20 +01:00
Oliver Kleinecke
38298e423d refactor: update write_state method to call parent write_state_ for improved functionality 2025-02-15 21:54:43 +01:00
Oliver Kleinecke
227cf817ae refactor: update write_state method to use parent active_lamps for improved clarity 2025-02-15 21:51:05 +01:00