home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.02k stars 30.17k forks source link

Missing sensor entities in Tesla Fleet integration #127492

Open juhavt opened 23 hours ago

juhavt commented 23 hours ago

The problem

The number platform is missing as described here.

In addition, the following sensor entities are also missing in my Home Assistant:

Sensor  Exterior color
Sensor  Roof color
Sensor  Scheduled charging mode
Sensor  Scheduled charging start time
Sensor  Scheduled departure time
Sensor  Time at arrival
Sensor  Time at full charge
Sensor  Tire pressure last measured front left
Sensor  Tire pressure last measured front right
Sensor  Tire pressure last measured rear left
Sensor  Tire pressure last measured rear right

What version of Home Assistant Core has the issue?

2024.10.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Tesla Fleet

Link to integration documentation on our website

https://www.home-assistant.io/integrations/tesla_fleet

Diagnostics information

Diagnostics file describes the following lines relating to the missing sensors:

"charge_state_scheduled_charging_mode": "**REDACTED**",
"charge_state_scheduled_charging_pending": "**REDACTED**",
"charge_state_scheduled_charging_start_time": "**REDACTED**",
"charge_state_scheduled_departure_time": "**REDACTED**",
"vehicle_config_exterior_color": "**REDACTED**",
"vehicle_config_exterior_trim": "**REDACTED**",
"vehicle_config_roof_color": "**REDACTED**",
"vehicle_state_tpms_last_seen_pressure_time_fl": "**REDACTED**",
"vehicle_state_tpms_last_seen_pressure_time_fr": "**REDACTED**",
"vehicle_state_tpms_last_seen_pressure_time_rl": "**REDACTED**",
"vehicle_state_tpms_last_seen_pressure_time_rr": "**REDACTED**",

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Nothing related to these sensors in the log with debug logging enabled.

Additional information

No response

home-assistant[bot] commented 23 hours ago

Hey there @bre77, mind taking a look at this issue as it has been labeled with an integration (tesla_fleet) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `tesla_fleet` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign tesla_fleet` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


tesla_fleet documentation tesla_fleet source (message by IssueLinks)

Bre77 commented 7 hours ago

This is an issue with the documentation rather than the integration. I believe all those entities are not meant to be in this integration.