• Joined on 2024-04-01
Loading Heatmap…

Michal synced commits to ecowitt_support at Michal/SWS-12500-custom-component from mirror

  • 935953f20f fix(document): Drop stale WSLink TODO preamble, refresh binary sensor docs
  • 3cdaffc81f fix(review): parse battery flags via to_int, release routes on removal
  • d2ae26eab5 fix(review): persist WSLink probe types and harden flag parsing
  • 624de521c4 feat(wslink): implement every sensor the WSLink API v0.6 defines
  • 4b85d2e393 fix(lint): Track pytest config and add ruff CI lint job
  • Compare 15 commits »

2026-07-26 16:58:39 +02:00

Michal synced commits to refs/pull/84/head at Michal/SWS-12500-custom-component from mirror

  • 935953f20f fix(document): Drop stale WSLink TODO preamble, refresh binary sensor docs
  • 3cdaffc81f fix(review): parse battery flags via to_int, release routes on removal
  • d2ae26eab5 fix(review): persist WSLink probe types and harden flag parsing
  • 624de521c4 feat(wslink): implement every sensor the WSLink API v0.6 defines
  • 4b85d2e393 fix(lint): Track pytest config and add ruff CI lint job
  • Compare 15 commits »

2026-07-26 16:58:39 +02:00

Michal synced commits to refs/pull/84/merge at Michal/SWS-12500-custom-component from mirror

  • c8345e12bc Merge 935953f20f346c84b3371af911c9820348bb654d into 7582f1e9b4a44bb4f5b2d8ad1b3e21e365548329
  • 935953f20f fix(document): Drop stale WSLink TODO preamble, refresh binary sensor docs
  • 3cdaffc81f fix(review): parse battery flags via to_int, release routes on removal
  • d2ae26eab5 fix(review): persist WSLink probe types and harden flag parsing
  • 624de521c4 feat(wslink): implement every sensor the WSLink API v0.6 defines
  • Compare 16 commits »

2026-07-26 16:58:39 +02:00

Michal synced commits to ecowitt_support at Michal/SWS-12500-custom-component from mirror

2026-07-26 08:48:40 +02:00

Michal synced commits to refs/pull/84/head at Michal/SWS-12500-custom-component from mirror

2026-07-26 08:48:40 +02:00

Michal synced commits to refs/pull/84/merge at Michal/SWS-12500-custom-component from mirror

  • 08e9891925 Merge 0e5a8ce10ce617a7aaca016942f37d79941cb758 into 7582f1e9b4a44bb4f5b2d8ad1b3e21e365548329
  • 0e5a8ce10c fix(wslink): compute heat and wind chill index when the station omits them
  • 7c9343f90d fix(sws12500): harden credential validation, URL fallback and push timeouts
  • Compare 3 commits »

2026-07-26 08:48:40 +02:00

Michal synced commits to ecowitt_support at Michal/SWS-12500-custom-component from mirror

  • 2827eac158 fix(document): Refresh runtime route docs
  • 1bb8864426 fix(review): Disable stale routes and validate credentials
  • 5adc684558 refactor(sws12500): centralize battery sensor classification
  • 7f3e6bd5df no-mistakes(document): Clarify WSLink add-on port default in README
  • 6914d87f5c no-mistakes(document): Update README for Ecowitt, Windy and diagnostics changes
  • Compare 99 commits »

2026-07-26 00:38:40 +02:00

Michal synced commits to refs/pull/84/head at Michal/SWS-12500-custom-component from mirror

  • 2827eac158 fix(document): Refresh runtime route docs
  • 1bb8864426 fix(review): Disable stale routes and validate credentials
  • 5adc684558 refactor(sws12500): centralize battery sensor classification
  • 7f3e6bd5df no-mistakes(document): Clarify WSLink add-on port default in README
  • 6914d87f5c no-mistakes(document): Update README for Ecowitt, Windy and diagnostics changes
  • Compare 99 commits »

2026-07-26 00:38:40 +02:00

Michal synced commits to refs/pull/84/merge at Michal/SWS-12500-custom-component from mirror

  • 714b8c3a73 Merge 2827eac15856af4d68739a853c257f7c1048b291 into 7582f1e9b4a44bb4f5b2d8ad1b3e21e365548329
  • 2827eac158 fix(document): Refresh runtime route docs
  • 1bb8864426 fix(review): Disable stale routes and validate credentials
  • 5adc684558 refactor(sws12500): centralize battery sensor classification
  • 7f3e6bd5df no-mistakes(document): Clarify WSLink add-on port default in README
  • Compare 99 commits »

2026-07-26 00:38:40 +02:00

Michal pushed to main at Michal/esphome-config

2026-07-21 19:37:25 +02:00

Michal synced commits to ecowitt_support at Michal/SWS-12500-custom-component from mirror

  • 80c944fc5a feat(device): merge all entities into one shared device with station-type model
  • 3fdebc6f20 feat(ecowitt): dedupe unit-variant sensors and translate common native ones
  • 72c383ffba fix(health): reflect Ecowitt as a protocol in the diagnostics summary
  • 514ab823d6 feat(config-flow): mask secret fields with password selectors (Q7)
  • 6a72ce0f51 i18n(cs): add missing CH5-CH8 temp/humidity and CH3-CH8 battery translations
  • Compare 9 commits »

2026-06-22 00:27:44 +02:00

Michal synced commits to refs/pull/84/head at Michal/SWS-12500-custom-component from mirror

  • 80c944fc5a feat(device): merge all entities into one shared device with station-type model
  • 3fdebc6f20 feat(ecowitt): dedupe unit-variant sensors and translate common native ones
  • 72c383ffba fix(health): reflect Ecowitt as a protocol in the diagnostics summary
  • 514ab823d6 feat(config-flow): mask secret fields with password selectors (Q7)
  • 6a72ce0f51 i18n(cs): add missing CH5-CH8 temp/humidity and CH3-CH8 battery translations
  • Compare 9 commits »

2026-06-22 00:27:44 +02:00

Michal synced commits to ecowitt_support at Michal/SWS-12500-custom-component from mirror

  • bf6a02c5b3 fix(security): authenticate health endpoint and stop webhook-id leak
  • b3aec61fc2 test: reach 100% coverage of custom_components/sws12500
  • acda94bb03 fix(utils): widen wind_dir_to_text param to float | str | None
  • 50d0e9fae7 test: align suite with v2.0 runtime_data architecture
  • 25341f79b3 fix: address review findings across forwarders and helpers
  • Compare 9 commits »

2026-06-21 16:17:43 +02:00

Michal synced commits to refs/pull/84/head at Michal/SWS-12500-custom-component from mirror

  • bf6a02c5b3 fix(security): authenticate health endpoint and stop webhook-id leak
  • b3aec61fc2 test: reach 100% coverage of custom_components/sws12500
  • acda94bb03 fix(utils): widen wind_dir_to_text param to float | str | None
  • 50d0e9fae7 test: align suite with v2.0 runtime_data architecture
  • 25341f79b3 fix: address review findings across forwarders and helpers
  • Compare 9 commits »

2026-06-21 16:17:43 +02:00

Michal pushed to main at Michal/esphome-config

2026-06-21 12:26:36 +02:00

Michal synced commits to main at Michal/esphome_elektromer_han from mirror

2026-06-18 18:57:44 +02:00

Michal synced commits to refs/pull/186/merge at Michal/UptimeFlare from mirror

2026-06-18 15:07:47 +02:00

Michal synced commits to refs/pull/197/merge at Michal/UptimeFlare from mirror

2026-06-14 21:17:47 +02:00

Michal pushed to main at Michal/esphome-config

  • 4e427af423 Update common/board/esp32c3_zero.yaml

2026-06-07 09:53:49 +02:00

Michal pushed to main at Michal/esphome-config

  • 78539bc8c7 Update common/board/esp32c3_zero.yaml

2026-06-06 20:56:38 +02:00