Skip to content

[4/4] Add entity descriptions and translations - #39

Merged
fgrfn merged 6 commits into
mainfrom
refactor/entity-descriptions-i18n
Sep 6, 2026
Merged

fgrfn merged 6 commits into
mainfrom
refactor/entity-descriptions-i18n

Conversation

@fgrfn

@fgrfn fgrfn commented Sep 6, 2026

Copy link
Copy Markdown
Owner

Summary

  • replace positional entity tuples and hard-coded names with Home Assistant EntityDescription objects
  • add English and German names for every sensor, binary sensor, number, switch, and button
  • retain existing unique IDs and device links
  • verify every entity description has a translation in all shipped language files
  • update the README and changelog for version 1.11.4

Verification

  • 36 tests pass with Home Assistant 2024.11
  • 36 tests pass with Home Assistant 2026.9
  • Ruff passes for all changed Python files

Merge last, after the other three PRs.

…liability

# Conflicts:
#	custom_components/axeos_ha_integration/__init__.py
#	custom_components/axeos_ha_integration/button.py
#	custom_components/axeos_ha_integration/config_flow.py
#	custom_components/axeos_ha_integration/manifest.json
#	hacs.json
#	tests/test_api.py
…fig-entry-runtime-data

# Conflicts:
#	custom_components/axeos_ha_integration/__init__.py
#	custom_components/axeos_ha_integration/button.py
#	custom_components/axeos_ha_integration/manifest.json
#	hacs.json
…/entity-descriptions-i18n

# Conflicts:
#	custom_components/axeos_ha_integration/binary_sensor.py
#	custom_components/axeos_ha_integration/button.py
#	custom_components/axeos_ha_integration/manifest.json
#	custom_components/axeos_ha_integration/number.py
#	custom_components/axeos_ha_integration/sensor.py
#	custom_components/axeos_ha_integration/switch.py
#	hacs.json
@fgrfn
fgrfn merged commit 36a8012 into main Sep 6, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant