Skip to content

Commit 2c641d0

Browse files
committed
Update readme.
1 parent 593b32d commit 2c641d0

1 file changed

Lines changed: 3 additions & 22 deletions

File tree

readme.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ This custom component provides integration with [Rohlik.cz](https://www.rohlik.c
99

1010
### Using [HACS](https://hacs.xyz/)
1111

12+
> [!CAUTION]
13+
> HACS installation not yet available until the integration is included in Home Assistant brands repository.
14+
1215
[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=YOUR_USERNAME&repository=rohlikcz&category=Integration)
1316

1417
### Manual Installation
@@ -60,28 +63,6 @@ The integration provides the following entities:
6063

6164
The integration updates data from Rohlik.cz periodically every 10 minutes by default. The data includes your account details, premium status, delivery options, shopping cart, and more.
6265

63-
## Example Dashboard Card
64-
65-
You can create dashboard cards to display your Rohlik.cz information. Here's an example using a Markdown card:
66-
67-
```yaml
68-
type: markdown
69-
content: >
70-
## Rohlik.cz Status
71-
72-
**Cart Total:** {{ states('sensor.rohlik_cart_price') }} Kč
73-
74-
**Next Available Delivery:** {{ states('sensor.rohlik_first_delivery') }}
75-
76-
**Premium Status:** {{ states('binary_sensor.rohlik_premium_membership') }}
77-
78-
**Reusable Bags:** {{ states('sensor.rohlik_bags_amount') }}
79-
80-
**Orders Without Limit:** {{ states('sensor.rohlik_no_limit') }}
81-
82-
**Free Express Delivery:** {{ states('sensor.rohlik_free_express') }}
83-
```
84-
8566
## Development
8667

8768
This integration is based on unofficial API access to Rohlik.cz. While efforts are made to keep it working, changes to the Rohlik.cz platform may affect functionality.

0 commit comments

Comments
 (0)