Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Readme: added separator lines #153

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Can be specified by color name, hexadecimal, rgb, rgba, hsl, hsla, basically any

Note: it is not recommended to set negative values for `*-lock-*-margin-*` variables to prevent a "lock" icon to be clipped.


## Example Configurations

Simple Lock example
Expand All @@ -147,7 +148,7 @@ card:
type: thermostat
entity: climate.house
```

##
More complex example

![complex](pin.gif)
Expand All @@ -174,7 +175,7 @@ card:
type: thermostat
entity: climate.house
```

##
Row example

![row](row.png)
Expand All @@ -190,7 +191,7 @@ entities:
row: true
- entity: light.kitchen
```

##
Overlay background example

Card locked:
Expand Down Expand Up @@ -252,7 +253,7 @@ Theme file:
restriction-overlay-row-outline: 1px solid rgba(255,0,0,0.1)
restriction-overlay-row-outline-blocked: 1px solid rgba(127,127,127,0.1)
```

##
Multiple pin codes example
```
...
Expand All @@ -272,7 +273,7 @@ Notes:
1. Numerical values with leading zeros may be mistreated. To avoid this, wrap values in quotes.
2. Dependently on a presence of alpha-numeric pin codes (like `abcd`, `abcd1234`, `12 34`, `12.24`, `12,34`) in the `code` option, a particular "enter pin" dialog is shown: if all values are numerical - a numerical keypad is shown, otherwise - a simple input-box allowing to input any characters.

<hr style="border: 1px soild gray">
---

Special Consideration for Input Selects:

Expand Down