A simple gnome shell extension for Home Assistant. Check the README on github for additional help! Main points: - You need to provide the url of your hass, a long live access token obtained from your profile page (on your hass web instance) and the entity ids of the entities you want to have as togglable. - In order to add some local temperature/humidity sensor, you may also provide a temperature and/or a humidity entity id (which should match the corresponding ids of your hass instance).
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
25 | Active |
24 | Active |
23 | Active |
22 | Active |
21 | Rejected |
20 | Active |
19 | Rejected |
18 | Rejected |
17 | Rejected |
16 | Active |
15 | Active |
14 | Active |
13 | Rejected |
12 | Rejected |
11 | Active |
10 | Active |
9 | Active |
8 | Rejected |
7 | Active |
6 | Active |
5 | Active |
4 | Inactive |
3 | Active |
2 | Inactive |
1 | Inactive |
You cannot create objects inside `init()` (line 585 extension.js and line 377 prefs.js). By doing that, you break 2 rules: - https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization - https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects