Skip to content

Commit e516d1e

Browse files
authored
Remove detailed setup and usage instructions from README
Removed sections on getting cookie string, configuration, updating cookies, entities, map card integration, automation blueprint, issues & feature requests, notes, and changelog.
1 parent 1b7c8e5 commit e516d1e

1 file changed

Lines changed: 0 additions & 107 deletions

File tree

README.md

Lines changed: 0 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -60,113 +60,6 @@ Custom Home Assistant integration to track live Uber Eats orders in real-time. F
6060
3. Restart Home Assistant
6161
4. Add via UI
6262

63-
## 🍪 Getting the Cookie String
64-
65-
1. Log into [www.ubereats.com](https://www.ubereats.com) in your browser
66-
2. Open **Developer Tools** (press `F12`)
67-
3. Go to the **Network** tab
68-
4. Refresh the page
69-
5. Click on any request (e.g., `getActiveOrdersV1`)
70-
6. In **Headers****Request Headers**, find **Cookie**
71-
7. Copy the **entire value**
72-
73-
<img width="886" height="590" alt="Cookie location in DevTools" src="https://github.com/user-attachments/assets/c37132cd-3b28-44f3-83a3-56ed85e290b7" />
74-
75-
> **Tip:** The integration automatically extracts `sid` and `uev2.id.session` from your cookie string.
76-
77-
## ⚙️ Configuration
78-
79-
| Field | Description |
80-
|-------|-------------|
81-
| **Account Nickname** | A friendly name for this account (e.g., "Personal", "Work") |
82-
| **Time Zone** | Must match your Home Assistant time zone |
83-
| **Cookie String** | Full cookie string from browser DevTools |
84-
85-
## 🔄 Updating Cookies
86-
87-
Sessions expire every 4-6 weeks. When this happens:
88-
89-
1. Go to **Settings****Devices & Services****Uber Eats**
90-
2. Click the ⋮ menu → **Reconfigure**
91-
3. Paste your new cookie string
92-
4. Done! All entities and automations remain intact
93-
94-
**Or use the sidebar panel:**
95-
1. Click **Uber Eats** in sidebar
96-
2. Click on your account card
97-
3. Click **Edit Account**
98-
99-
## 📊 Entities
100-
101-
### Binary Sensor
102-
| Entity | Description |
103-
|--------|-------------|
104-
| `binary_sensor.<account>_uber_eats_active_order` | On when an order is active |
105-
106-
### Device Tracker
107-
| Entity | Description |
108-
|--------|-------------|
109-
| `device_tracker.<account>_uber_eats_driver` | Driver location for Map card |
110-
111-
### Sensors
112-
| Entity | Description |
113-
|--------|-------------|
114-
| `sensor.<account>_uber_eats_order_stage` | Current stage (Preparing, En Route, etc.) |
115-
| `sensor.<account>_uber_eats_order_status` | Detailed order status |
116-
| `sensor.<account>_uber_eats_driver_name` | Assigned driver's name |
117-
| `sensor.<account>_uber_eats_driver_eta` | Estimated time of arrival |
118-
| `sensor.<account>_uber_eats_driver_ett` | Estimated time (minutes remaining) |
119-
| `sensor.<account>_uber_eats_restaurant_name` | Restaurant name |
120-
| `sensor.<account>_uber_eats_order_id` | Order UUID |
121-
| `sensor.<account>_uber_eats_latest_arrival` | Latest arrival time |
122-
| `sensor.<account>_uber_eats_order_history` | Order history (attribute) |
123-
| `sensor.<account>_uber_eats_driver_latitude` | Driver latitude |
124-
| `sensor.<account>_uber_eats_driver_longitude` | Driver longitude |
125-
| `sensor.<account>_uber_eats_driver_location_street` | Driver's current street |
126-
| `sensor.<account>_uber_eats_driver_location_suburb` | Driver's current suburb |
127-
| `sensor.<account>_uber_eats_driver_location_address` | Full address |
128-
129-
## 🗺️ Map Card Integration
130-
131-
Add your driver to a Map card:
132-
133-
```yaml
134-
type: map
135-
entities:
136-
- device_tracker.your_account_uber_eats_driver
137-
default_zoom: 14
138-
```
139-
140-
The tracker automatically:
141-
- Shows driver location when order is active and driver assigned
142-
- Falls back to your home location when no active order
143-
144-
## 🤖 Automation Blueprint
145-
146-
Use the official blueprint for TTS announcements:
147-
148-
[![Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2Fzodyking%2FUber-Eats-Active-Order-Updates-TTS-Blueprint%2Fblob%2Fmain%2Fuber_eats_updates_tts.yaml)
149-
150-
<img width="554" height="1096" alt="Blueprint configuration" src="https://github.com/user-attachments/assets/ff15face-204e-4ad0-8291-33a5e08393ea" />
151-
152-
## 🐛 Issues & Feature Requests
153-
154-
Found a bug or have an idea?
155-
156-
- [🐛 Report a Bug](https://github.com/zodyking/uber-eats-order-tracker/issues/new?template=bug_report.md)
157-
- [✨ Request a Feature](https://github.com/zodyking/uber-eats-order-tracker/issues/new?template=feature_request.md)
158-
159-
## ⚠️ Notes
160-
161-
- This is an **unofficial integration** and may violate Uber's Terms of Service
162-
- Driver location requires an active delivery with an assigned driver
163-
- Cookie sessions expire every 4-6 weeks
164-
- Uses OpenStreetMap Nominatim for reverse geocoding (free, no API key required)
165-
166-
## 📝 Changelog
167-
168-
See [CHANGELOG.md](CHANGELOG.md) for version history.
169-
17063
---
17164

17265
Developed with ❤️ by [zodyking](https://github.com/zodyking)

0 commit comments

Comments
 (0)