Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.
/ XeeHomeAssistant Public archive

🚗 Show the status of your car with XeeConnect© in HomeAssistant

Notifications You must be signed in to change notification settings

azagramac/XeeHomeAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

GitHub top language GitHub last commit (branch)

Xee

PNG PNG

Requirements

  • Home Assistant installed and configured on your server
  • Device "XeeConnect" installed and configured in your car
  • Get the Google Maps token, click here
  • Official documentation of API v4 XeeDev

Example

PNG

Setting

  • Copy the file "configuration.yaml" into the configuration directory of your HA.
  • Edit lovelace by code.
    title: Casa
    views:
      - badges: []
        cards:
          - entity: weather.casa
            type: weather-forecast
        path: default_view
        title: Home
      - badges: []
        cards:
          - entities:
              - sensor.car_lock
              - sensor.car_speed
              - sensor.car_fuel
              - sensor.car_battery
              - sensor.car_pressure
              - sensor.car_total_km
              - sensor.car_update_date
              - sensor.car_engine_state
              - sensor.car_latitude
              - sensor.car_longitude
            show_header_toggle: false
            theme: default
            title: Audi A4 State
            type: entities
          - entity: camera.generic_camera
            type: picture-entity
        icon: 'mdi:car'
        path: car_view
        title: Car

Releases

No releases published

Packages

No packages published