Skip to content

Commit c1311a7

Browse files
Antonio ...claude
andcommitted
fix: Improve car_owner field description in UI
- Simplified data_description text for better readability - Added '(Required)' label to car_owner field name - Removed markdown formatting that may not render in UI - Made descriptions more concise and user-friendly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b7ebfa9 commit c1311a7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

custom_components/ev_smart_charger/strings.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
"description": "**🔔 Stay Informed with Smart Notifications**\n\n**Get instant alerts on your mobile devices for:**\n\n🚫 **Smart Blocker Events**\n• Charging blocked outside permitted window\n• Includes reason (nighttime, insufficient solar)\n• Continuous monitoring active\n\n⚖️ **Priority Balancer Changes**\n• Priority switched: EV ↔ Home ↔ EV_Free\n• Current SOC levels (EV & Home)\n• Daily targets status\n• **Smart:** Only notified when car owner is home\n\n🌙 **Night Smart Charge**\n• Charging started (battery/grid mode)\n• Solar forecast information\n• Target SOC progress\n\n---\n\n💡 **How it works:**\n• Select one or more mobile devices below\n• Select the car owner (for presence-based filtering)\n• All notifications use title **\"BORGO\"** for easy filtering\n• After setup, use dashboard switches to enable/disable per feature\n• Notifications are **enabled by default**, disable if not needed\n\n⚠️ **Optional:** Leave notify_services empty to skip notifications (can configure later)",
5959
"data": {
6060
"notify_services": "📱 Select Mobile Devices",
61-
"car_owner": "👤 Car Owner"
61+
"car_owner": "👤 Car Owner (Required)"
6262
},
6363
"data_description": {
64-
"notify_services": "**Available:** All Home Assistant Mobile App devices\n**Examples:** mobile_app_johns_iphone, mobile_app_pixel_8\n\n✅ **Pro Tip:** Select all household devices for comprehensive monitoring",
65-
"car_owner": "**Required:** Select the person entity representing the car owner\n**Domain:** person\n**Example:** person.john\n\n💡 **Smart Filtering:** Priority Balancer notifications will only be sent when this person is home. Prevents unnecessary alerts when away."
64+
"notify_services": "All Home Assistant Mobile App devices available for notifications. Select one or more devices to receive alerts.",
65+
"car_owner": "Select the person entity for the car owner. Priority Balancer notifications will only be sent when this person is home. This prevents unnecessary alerts when away."
6666
}
6767
}
6868
},
@@ -119,11 +119,11 @@
119119
"description": "**🔔 Update Notification Devices**\n\n**Current notification types:**\n• 🚫 Smart Blocker alerts\n• ⚖️ Priority Balancer changes (only when car owner is home)\n• 🌙 Night Smart Charge status\n\n💡 **Notification title:** BORGO (for filtering)\n💡 **Dashboard control:** Use switches to enable/disable per feature\n\n⚠️ **Leave notify_services empty** to disable all mobile notifications\n\n---",
120120
"data": {
121121
"notify_services": "📱 Select Mobile Devices",
122-
"car_owner": "👤 Car Owner"
122+
"car_owner": "👤 Car Owner (Required)"
123123
},
124124
"data_description": {
125125
"notify_services": "**Available:** All Home Assistant Mobile App devices\n**Note:** Changes apply immediately to new notifications",
126-
"car_owner": "**Required:** Person entity for the car owner\n**Domain:** person\n**Smart Filtering:** Priority Balancer notifications only sent when this person is home"
126+
"car_owner": "Select the person entity for the car owner. Priority Balancer notifications will only be sent when this person is home."
127127
}
128128
}
129129
},

0 commit comments

Comments
 (0)