homebridge-flume 3.0.4-beta.0 → 3.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +1 -1
- package/settings.ts +0 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to homebridge-flume will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## 3.0.4 (2025-05-19)
|
|
6
|
+
|
|
7
|
+
- Updating README and other metadata to reflect new plugin ownership
|
|
8
|
+
- Getting plugin ready for Homebridge v2
|
|
9
|
+
|
|
5
10
|
## 3.0.3 (2024-07-23)
|
|
6
11
|
|
|
7
12
|
- Maintenance release
|
package/package.json
CHANGED
package/settings.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This is the name of the platform that users will use to register the plugin in the Homebridge config.json
|
|
3
|
-
*/
|
|
4
|
-
export const PLATFORM_NAME = 'HomebridgeFlume';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* This must match the name of your plugin as defined the package.json `name` property
|
|
8
|
-
*/
|
|
9
|
-
export const PLUGIN_NAME = 'homebridge-flume';
|