homebridge-homewizard-energy-socket
Advanced tools
Comparing version 1.4.3 to 1.5.0-0
@@ -7,4 +7,10 @@ ### Changelog | ||
#### [1.5.0-0](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.4.3...1.5.0-0) | ||
- feat: basic setup extra accessory for just using power consumption [`1bacfa5`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/1bacfa5059aea74d8dc5d35223e1ac4945737e70) | ||
#### [1.4.3](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.4.2...1.4.3) | ||
> 7 November 2023 | ||
- chore(deps-dev): bump release-it from 15.10.0 to 16.1.5 [`c7c1756`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/c7c1756bdcbe6265d7b7bf41f2d1814ed622d194) | ||
@@ -32,2 +38,3 @@ - chore(deps-dev): bump vitest from 0.29.2 to 0.34.3 [`8f0ffad`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/8f0ffad39a44a8cb261dfd9ba3486e65756d593e) | ||
- chore(deps): bump undici from 5.22.1 to 5.27.2 [`0f0fc76`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/0f0fc7629931abe031e74a176585146f447fe7d1) | ||
- chore: release v1.4.3 [`8acd274`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/8acd274ac06f6dd72fd6aa44d5db236493a75026) | ||
- chore(deps-dev): bump dotenv-cli from 7.2.1 to 7.3.0 [`51edc2d`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/51edc2d1edce5cc21ee6c0c2cb233dadcb025e5d) | ||
@@ -34,0 +41,0 @@ - chore(deps): bump validator and @types/validator [`8170695`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/8170695e3fb3796d5aa864ddebe73fda1538f397) |
@@ -16,2 +16,3 @@ "use strict"; | ||
const energy_socket_accessory_1 = require("./energy-socket-accessory"); | ||
const energy_socket_accessory_power_status_1 = require("./energy-socket-accessory-power-status"); | ||
const zod_1 = require("zod"); | ||
@@ -182,2 +183,3 @@ const config_schema_1 = require("./config.schema"); | ||
new energy_socket_accessory_1.EnergySocketAccessory(this, accessory, api); | ||
new energy_socket_accessory_power_status_1.EnergySocketAccessoryPowerStatus(this, accessory, api); | ||
} | ||
@@ -184,0 +186,0 @@ getEnergySocketPropertiesFromIp(ip, configName) { |
{ | ||
"displayName": "Homebridge HomeWizard Energy Socket", | ||
"name": "homebridge-homewizard-energy-socket", | ||
"version": "1.4.3", | ||
"version": "1.5.0-0", | ||
"description": "This Homebridge plugin exposes your HomeWizard Energy Sockets to Apple HomeKit. So you can use the Home App to switch your Energy Sockets on or off and integrate the Energy Sockets into your Home Automations.", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
<p align="center"> | ||
<img src="https://raw.githubusercontent.com/homebridge/branding/latest/logos/homebridge-color-round-stylized.png" width="150"> | ||
<img src="https://github.com/homebridge/branding/raw/master/logos/homebridge-wordmark-logo-vertical.png" width="150"> | ||
</p> | ||
@@ -4,0 +4,0 @@ <p align="center"> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
196287
49
1629
1