Skip to content

Commit

Permalink
Random README stuff (mostly custom card)
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow authored Feb 24, 2021
1 parent 8dc4275 commit 2c2e99a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ In this example, "My [insert thing]" will just be the placeholder
| binary_sensor.my_dryer_error_state | My Dryer Error State | Off/OK means that it's fine. On/Error means there's an error. |

#### Attributes `sensor.my_washer`
Note: When something doesn't apply and/or is off, it may have a `-` as its value. Also, these are for my washer, values may differ for yours. Feel free to open an issue/PR.
Note: When something doesn't apply and/or is off, it may have a `-` as its value. Also, these are for @KTibow's washer, values may differ for yours. Feel free to open an issue/PR.
<details><summary>Hidden, click to expand</summary>

| Attribute ID | Description |
Expand Down Expand Up @@ -138,7 +138,7 @@ Note: When something doesn't apply and/or is off, it may have a `-` as its value
</details>

#### Attributes `sensor.my_dryer`
Note: When something doesn't apply and/or is off, it may have a `-` as its value. Also, these are for my dryer, values may differ for yours. Feel free to open an issue/PR.
Note: When something doesn't apply and/or is off, it may have a `-` as its value. Also, these are for @KTibow's dryer, values may differ for yours. Feel free to open an issue/PR.
<details><summary>Hidden, click to expand</summary>

| Attribute ID | Description |
Expand Down Expand Up @@ -180,10 +180,10 @@ Note: When something doesn't apply and/or is off, it may have a `-` as its value
service: notify.notify
```
Substitute "dry" and "dryer" for "wet" and "washer" if you want to use with a washer.
- Really, really neat custom card for dryer and washer (![Screenshot of laundry card](/washerpics/cardpic.png))
- Custom card for dryer and washer (![Screenshot of laundry card](/washerpics/cardpic.png))
<details><summary>Hidden, click to expand</summary>
custom JS module for card:
Put this file in `/config/www/laundry.js`, and add a custom resource in **HA UI** > **Sidebar** > **Config** > **Dashboards** > **Resources** > **Plus** > **Add `/local/laundry.js`**.
```js
// card-tools for more-info. MIT license (This isn't a substantial portion)
function lovelace_view() {
Expand Down

0 comments on commit 2c2e99a

Please sign in to comment.