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
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async with Controller(
await ctrl.set_setpoint("Summer Time Mode", "Winter") # STRING_LIST by label
```

See the [API docs](https://igor-panteleev.github.io/pycomap/) for full reference, built with [Zensical](https://zensical.org/). `just docs-serve` to browse locally.
See the [API docs](https://dobters.github.io/pycomap/) for full reference, built with [Zensical](https://zensical.org/). `just docs-serve` to browse locally.

## Development

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async with Controller(
await ctrl.set_setpoint("Summer Time Mode", "Winter") # STRING_LIST by label
```

See the [API docs](https://igor-panteleev.github.io/pycomap/) for full reference, built with [Zensical](https://zensical.org/). `just docs-serve` to browse locally.
See the [API docs](https://dobters.github.io/pycomap/) for full reference, built with [Zensical](https://zensical.org/). `just docs-serve` to browse locally.

## Development

Expand Down
2 changes: 1 addition & 1 deletion llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async with Controller(
await ctrl.set_setpoint("Summer Time Mode", "Winter") # STRING_LIST by label
```

See the [API docs](https://igor-panteleev.github.io/pycomap/) for full reference, built with [Zensical](https://zensical.org/). `just docs-serve` to browse locally.
See the [API docs](https://dobters.github.io/pycomap/) for full reference, built with [Zensical](https://zensical.org/). `just docs-serve` to browse locally.

## Development

Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
site_name: pycomap
site_url: https://igor-panteleev.github.io/pycomap/
site_url: https://dobters.github.io/pycomap/
site_description: Async Python client for ComAp controllers
repo_url: https://github.com/igor-panteleev/pycomap
repo_name: igor-panteleev/pycomap
repo_url: https://github.com/dobters/pycomap
repo_name: dobters/pycomap

theme:
name: material
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pycomap"
version = "2.3.0"
version = "2.3.1"
description = "Async Python client for ComAp controllers: LAN discovery and the native ECDH/AES-encrypted control protocol"
readme = "README.md"
license = "MIT"
Expand All @@ -26,11 +26,11 @@ classifiers = [
]

[project.urls]
Homepage = "https://github.com/igor-panteleev/pycomap"
Documentation = "https://igor-panteleev.github.io/pycomap/"
Source = "https://github.com/igor-panteleev/pycomap"
Issues = "https://github.com/igor-panteleev/pycomap/issues"
Changelog = "https://github.com/igor-panteleev/pycomap/releases"
Homepage = "https://github.com/dobters/pycomap"
Documentation = "https://dobters.github.io/pycomap/"
Source = "https://github.com/dobters/pycomap"
Issues = "https://github.com/dobters/pycomap/issues"
Changelog = "https://github.com/dobters/pycomap/releases"

[build-system]
requires = ["uv_build>=0.9.26,<0.12.0"]
Expand Down
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.