Skip to content
Closed
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
7 changes: 0 additions & 7 deletions .changeset/homebridge-teslemetry-same-name-major-cut.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/homebridge-teslemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @teslemetry/homebridge-teslemetry

## 2.0.0

### Major Changes

- 74e9990: Publish the monorepo Homebridge plugin under the same npm name as the legacy `homebridge-teslemetry` package, superseding it with a major version (1.0.0 over legacy 0.4.x). This is a hard cut, not a parallel release - there is no dual-maintenance and no rename; going forward `homebridge-teslemetry` on npm is this package.

**Breaking: the HomeKit service set has changed.** The legacy plugin registered 14 vehicle services and 7 energy services. This package registers 11 vehicle services and 6 energy services, and is subType-aware for services that previously collided under a shared HomeKit service type (e.g. `LockService`/`ChargePortService` both used `Service.LockMechanism`; several switches shared `Service.Switch`). Existing users upgrading from the legacy package should expect some HomeKit accessories/tiles to disappear, merge, or need re-pairing in the Home app after upgrade - this is expected, not a regression.

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/homebridge-teslemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-teslemetry",
"displayName": "Homebridge Teslemetry",
"version": "1.0.0",
"version": "2.0.0",
"description": "Teslemetry integration for Homebridge with real-time streaming support",
"author": "Teslemetry",
"license": "Apache-2.0",
Expand Down