Skip to content

Commit

Permalink
Add Homelink
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Feb 8, 2024
1 parent 67b0134 commit e4e874e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions custom_components/teslemetry/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
},
"wake": {
"default": "mdi:sleep-off"
},
"homelink": {
"default": "mdi:garage"
}
},
"climate": {
Expand Down
1 change: 1 addition & 0 deletions custom_components/teslemetry/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from .models import TeslemetryVehicleData
from .context import handle_command


async def async_setup_entry(
hass: HomeAssistant, entry: ConfigEntry, async_add_entities: AddEntitiesCallback
) -> None:
Expand Down
2 changes: 1 addition & 1 deletion custom_components/teslemetry/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"documentation": "https://www.home-assistant.io/integrations/teslemetry",
"iot_class": "cloud_polling",
"loggers": ["tesla-fleet-api"],
"requirements": ["tesla-fleet-api==0.3.1"],
"requirements": ["tesla-fleet-api==0.3.2"],
"version": "1.0.1"
}
4 changes: 2 additions & 2 deletions custom_components/teslemetry/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"honk": {
"name": "Honk horn"
},
"trigger_homelink": {
"homelink": {
"name": "Homelink"
},
"wake": {
Expand Down Expand Up @@ -272,7 +272,7 @@
"backup": "Backup"
}
},
"components_net_meter_mode":{
"components_Nevermind I ":{
"name": "Import/Export",
"state":{
"battery_ok": "Battery",
Expand Down

0 comments on commit e4e874e

Please sign in to comment.