You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add async_step_user to support kits that don't discover powersensor
* Virtual household will add only when mains is present (consumption only if mains only and consumption and production if solar/mains)--no virtual household with solar only
* Added a lock/status to prevent double firing of solar
* Added a lock/status to prevent double firing of mains
---------
Authored-by: Lake Bookman <lbookman@dius.com.au>
Copy file name to clipboardExpand all lines: custom_components/powersensor/translations/en.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@
6
6
"description": "Do you want to add Powersensor to Home Assistant?",
7
7
"title": "Powersensor plugs discovered"
8
8
},
9
+
"manual_confirm": {
10
+
"description": "No Powersensor plugs were discovered on your network. You can still add the integration and if plugs are later discovered they will be added to Home Assistant. Do you want to add Powersensor to Home Assistant?",
11
+
"title": "No Powersensor plugs discovered"
12
+
},
9
13
"reconfigure" : {
10
14
"title" : "Update sensor roles",
11
15
"description": "Note: Roles provided by sensors will override user settings"
0 commit comments