You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Needs the [Office 365 Integration](https://github.com/RogerSelwyn/O365-HomeAssistant) to work
22
+
Needs the [O365 Home Assistant Integration](https://github.com/RogerSelwyn/O365-HomeAssistant) to work
23
23
24
24
[](http://www.youtube.com/watch?v=yKr5nMzOaAI"Integrating Office 365 into Home Assistant")
25
25
26
-
This is a Card to show information from your Office 365 sensors into your home assistant dashboard. The intend its to create a <b>simple</b> and easy to use card to show the sensors information in the dashboard.
26
+
This is a Card to show information from your O365 sensors into your home assistant dashboard. The intend its to create a <b>simple</b> and easy to use card to show the sensors information in the dashboard.
27
27
28
-
I made a video about the Office 365 integration and on my research, I couldn't find any other card that allowed me to show the information from the sensors easily. So I made this card to simplify the process for everyone that needs it.
28
+
I made a video about the O365 integration and on my research, I couldn't find any other card that allowed me to show the information from the sensors easily. So I made this card to simplify the process for everyone that needs it.
29
29
30
30
The Icon and the name of the card are taken from the sensor's configuration
31
31
32
-
Once installed can be added from the Dashboard Panel, just search for Office365 Card, works with the Lovelace Config Editor.
32
+
Once installed can be added from the Dashboard Panel, just search for O365 Card, works with the Lovelace Config Editor.
@@ -42,16 +42,16 @@ Once installed can be added from the Dashboard Panel, just search for Office365
42
42
We are in the process of being added to the HACS default list of repositories, in the meantime, add this as a custom repository to install it through hacs. So you can update easily when more features are added
43
43
44
44
```
45
-
https://github.com/fixtse/office365-card
45
+
https://github.com/fixtse/o365-card
46
46
```
47
47
48
48
### Manual
49
49
50
-
1. Download `office365-card.js` file from the [latest release](https://github.com/fixtse/office365-card/releases/latest).
51
-
2. Put `office365-card.js` file into your `config/www` folder.
52
-
3. Add a reference to `office365-card.js` in Lovelace.
53
-
1.**Go to:**_Settings_ → _Dashboards_ → _Resources_ → Click Plus button → Set _Url_ as `/local/office365-card.js` → Set _Resource type_ as `JavaScript Module`.
54
-
4. Add `custom:office365-card.js` to Lovelace UI as any other card (using either editor or YAML configuration).
50
+
1. Download `o365-card.js` file from the [latest release](https://github.com/fixtse/office365-card/releases/latest).
51
+
2. Put `o365-card.js` file into your `config/www` folder.
52
+
3. Add a reference to `o365-card.js` in Lovelace.
53
+
1.**Go to:**_Settings_ → _Dashboards_ → _Resources_ → Click Plus button → Set _Url_ as `/local/o365-card.js` → Set _Resource type_ as `JavaScript Module`.
54
+
4. Add `custom:o365-card.js` to Lovelace UI as any other card (using either editor or YAML configuration).
55
55
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
| entity |**Required**| Home Assistant entity ID |
72
72
| max_items | Optional | Maximum amount of items to show in the card <br> The header counter will still show the real value <br> Set to 0 to show all |
73
73
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
| entity |**Required**| Home Assistant entity ID |
92
92
| max_items | Optional | Maximum amount of items to show in the card <br> The header counter will still show the real value <br> Set to 0 to show all |
93
93
| only_overdue | Optional | Only show overdue tasks <br> Default: false |
0 commit comments