Skip to content

Commit d3ec2f1

Browse files
adding support for wyze plug (#3899)
* adding support for wyze plug * chore(lint): [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * minor cleanup * fixing merge conflict leftover cruft --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8ac845f commit d3ec2f1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"author": "Bob Shaker <bobshaker1@gmail.com>",
3+
"calculation_strategy": "fixed",
4+
"created_at": "2026-01-21T16:17:00",
5+
"device_type": "smart_switch",
6+
"measure_description": "Manually measured.",
7+
"measure_device": "Shelly EM Mini Gen4",
8+
"measure_method": "manual",
9+
"name": "Plug",
10+
"only_self_usage": true,
11+
"sensor_config": {
12+
"energy_sensor_naming": "{} Device Energy",
13+
"power_sensor_naming": "{} Device Power"
14+
},
15+
"standby_power": 1.4,
16+
"standby_power_on": 1.6
17+
}

0 commit comments

Comments
 (0)