Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0.13 — 2026-07-31 — vendor the flat emitter
## 1.0.14 — 2026-07-31 — vendor the flat emitter

### Fixed

Expand Down Expand Up @@ -48,6 +48,13 @@
`charge_mode` derivation in `engine.py` and `emitter_adapter/runtime.py`. Both sites
already produced only valid values; mypy could not see it while `ebus_emitter` was an
`ignore_missing_imports` module and `BESSConfig` was therefore `Any`.

> **Version note.** This work merged as 1.0.13, the same version the circuit-energy fix
> below had already published. The add-on image tag is derived from `config.yaml`, so the
> second merge overwrote the first's image without changing the version — leaving anyone
> who had already pulled 1.0.13 on the earlier build with no update signal. Re-cut as
> 1.0.14 so Supervisor sees a change.

## 1.0.13 — 2026-07-31 — circuit energy reference frame

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "span-panel-simulator"
version = "1.0.13"
version = "1.0.14"
description = "Standalone eBus simulator for SPAN panels"
requires-python = ">=3.14"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion span_panel_simulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ EXPOSE 18883 8081 18080
LABEL io.hass.name="SPAN Panel Simulator" \
io.hass.description="Simulates a SPAN electrical panel for testing and upgrade modeling" \
io.hass.type="addon" \
io.hass.version="1.0.13" \
io.hass.version="1.0.14" \
io.hass.arch="aarch64|amd64"

CMD ["/run.sh"]
2 changes: 1 addition & 1 deletion span_panel_simulator/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "SPAN Panel Simulator"
description: "Simulates a SPAN electrical panel for testing and upgrade modeling"
version: "1.0.13"
version: "1.0.14"
slug: "span_panel_simulator"
url: "https://github.com/SpanPanel/simulator"
image: "ghcr.io/spanpanel/simulator/{arch}"
Expand Down
2 changes: 1 addition & 1 deletion src/span_panel_simulator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Standalone eBus simulator for SPAN panels."""

__version__ = "1.0.13"
__version__ = "1.0.14"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.