Skip to content

Commit

Permalink
Change a sentence in README
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Nov 15, 2024
1 parent ff2a543 commit c1349c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .hass/config/.storage/core.restore_state
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
{
"state": {"entity_id":"person.test","state":"unknown","attributes":{"editable":true,"id":"test","device_trackers":[],"user_id":"ec313e3c38fb4d60b44e0db03cdc1250","friendly_name":"Test"},"last_changed":"2024-11-10T15:25:19.541967+00:00","last_reported":"2024-11-10T15:25:20.291124+00:00","last_updated":"2024-11-10T15:25:20.291124+00:00","context":{"id":"01JCBAVY135JFB7QZEZ8WYMRRP","parent_id":null,"user_id":null}},
"extra_data": null,
"last_seen": "2024-11-10T16:40:20.363688+00:00"
"last_seen": "2024-11-10T22:50:00.537982+00:00"
},
{
"state": {"entity_id":"input_boolean.my_switch","state":"off","attributes":{"editable":false,"friendly_name":"My Switch"},"last_changed":"2024-11-10T16:18:02.981500+00:00","last_reported":"2024-11-10T16:18:02.981500+00:00","last_updated":"2024-11-10T16:18:02.981500+00:00","context":{"id":"01JCBDWEK45JRA8PMA0Y6DSNJT","parent_id":null,"user_id":"ec313e3c38fb4d60b44e0db03cdc1250"}},
"extra_data": null,
"last_seen": "2024-11-10T16:40:20.363688+00:00"
"last_seen": "2024-11-10T22:50:00.537982+00:00"
},
{
"state": {"entity_id":"timer.laundry","state":"idle","attributes":{"duration":"0:01:00","editable":false},"last_changed":"2024-11-10T15:25:19.938841+00:00","last_reported":"2024-11-10T15:25:19.938841+00:00","last_updated":"2024-11-10T15:25:19.938841+00:00","context":{"id":"01JCBAVXP257N2BNT9FCPNP7R6","parent_id":null,"user_id":null}},
"extra_data": null,
"last_seen": "2024-11-10T16:40:20.363688+00:00"
"last_seen": "2024-11-10T22:50:00.537982+00:00"
},
{
"state": {"entity_id":"conversation.home_assistant","state":"unknown","attributes":{"friendly_name":"Home Assistant","supported_features":1},"last_changed":"2024-11-10T15:25:20.006536+00:00","last_reported":"2024-11-10T15:25:20.006536+00:00","last_updated":"2024-11-10T15:25:20.006536+00:00","context":{"id":"01JCBAVXR6CNP2ZN72BHG8YR33","parent_id":null,"user_id":null}},
"extra_data": null,
"last_seen": "2024-11-10T16:40:20.363688+00:00"
"last_seen": "2024-11-10T22:50:00.537982+00:00"
},
{
"state": {"entity_id":"tts.google_en_com","state":"unknown","attributes":{"friendly_name":"Google Translate en com"},"last_changed":"2024-11-10T15:25:20.027724+00:00","last_reported":"2024-11-10T15:25:20.027724+00:00","last_updated":"2024-11-10T15:25:20.027724+00:00","context":{"id":"01JCBAVXRVGC9JK41DQP1ZERZY","parent_id":null,"user_id":null}},
"extra_data": null,
"last_seen": "2024-11-10T16:40:20.363688+00:00"
"last_seen": "2024-11-10T22:50:00.537982+00:00"
}
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This is when `Home Assistant Secret Taps` comes to scene, you can configure "sec

You can configure a sequence of taps that will call the `toggle` service on that entity to show the header, then you can perform the changes that you want, and turn it off again using the same tap sequence.

**Do you have the sidebar menu-button hidden to avoid someone else being able to open it and navigate to other dashboards?**
**Do you want to hide the header in mobile but this impedes you to open the sidebar?**

You can configure a secret sequence of taps that opens and closes the sidebar without interacting with any visible element.

Expand Down

0 comments on commit c1349c9

Please sign in to comment.