Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dostuffthatmatters committed Jan 18, 2024
1 parent 04217ba commit 81c443e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ on:
paths:
- tenta/**
- tests/**
- poetry.lock
- docs/**
- pdm.lock
- pyproject.toml
- .github/workflows/test.yml
pull_request:
paths:
- tenta/**
- tests/**
- poetry.lock
- docs/**
- pdm.lock
- pyproject.toml
- .github/workflows/test.yml
jobs:
Expand Down
1 change: 1 addition & 0 deletions docs/pages/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def __init__(mqtt_host: str,
mqtt_port: int,
mqtt_identifier: str,
mqtt_password: str,
mqtt_client_id: Optional[str] = "",
connection_timeout: int = 8,
sensor_identifier: Optional[str] = None,
receive_configs: bool = True,
Expand Down

0 comments on commit 81c443e

Please sign in to comment.