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 |
|
Oliver Kleinecke
|
99af2c8ddb
|
refactor: update write_state method to use active_lamps for improved clarity
|
2025-02-15 21:49:13 +01:00 |
|
Oliver Kleinecke
|
22d0deb61f
|
refactor: update DynamicLamp constructor to use DynamicLampIdx for improved clarity
|
2025-02-15 21:45:51 +01:00 |
|
Oliver Kleinecke
|
eb7e4eb44b
|
refactor: rename CONF_OUTPUT_ID to CONF_ID for consistency in dynamic_lamp component
|
2025-02-15 21:36:27 +01:00 |
|
Oliver Kleinecke
|
8c28ff3af4
|
refactor: update DynamicLamp to use FloatOutput and adjust related methods for improved functionality
|
2025-02-15 21:17:08 +01:00 |
|
Oliver Kleinecke
|
c37ffe3f58
|
refactor: rename CONF_ID to CONF_OUTPUT_ID for clarity in dynamic_lamp component
|
2025-02-15 21:08:07 +01:00 |
|
Oliver Kleinecke
|
27ebdc6e7a
|
refactor: rename dynamic_lamp_component namespace to dynamic_lamp for consistency
|
2025-02-15 21:03:47 +01:00 |
|
Oliver Kleinecke
|
192ef3d084
|
refactor: rename dynamic_lamp namespace to dynamic_monochromatic_light for clarity
|
2025-02-15 20:56:55 +01:00 |
|
Oliver Kleinecke
|
e232dc17cc
|
refactor: rename dynamic_monochromatic namespace to dynamic_monochromatic_light for clarity
|
2025-02-15 20:18:31 +01:00 |
|