Skip to content

Commit

Permalink
Update markdown template with unavailable check
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Apr 19, 2024
1 parent b980a6d commit 34b1c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Creates a sensor whose data can be displayed with a [Markdown card](https://www.
```markdown
[diagnostics](/config/integrations/integration/hass_diagnostics) | [log](/config/logs) | total: {{ states('sensor.smart_log') }} items

{% for i in state_attr('sensor.smart_log', 'records') -%}
{% for i in state_attr('sensor.smart_log', 'records') or '' -%}
---
<details>
<summary>
Expand Down

0 comments on commit 34b1c93

Please sign in to comment.