Skip to content

Commit

Permalink
Vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
aneisch committed Mar 27, 2023
1 parent 79cff34 commit c5ac133
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 31 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ Description | value
-- | --
Entities in the [`alarm_control_panel`](https://www.home-assistant.io/components/alarm_control_panel) domain | 3
Entities in the [`automation`](https://www.home-assistant.io/components/automation) domain | 104
Entities in the [`binary_sensor`](https://www.home-assistant.io/components/binary_sensor) domain | 102
Entities in the [`binary_sensor`](https://www.home-assistant.io/components/binary_sensor) domain | 101
Entities in the [`button`](https://www.home-assistant.io/components/button) domain | 64
Entities in the [`calendar`](https://www.home-assistant.io/components/calendar) domain | 1
Entities in the [`camera`](https://www.home-assistant.io/components/camera) domain | 15
Entities in the [`climate`](https://www.home-assistant.io/components/climate) domain | 1
Entities in the [`counter`](https://www.home-assistant.io/components/counter) domain | 1
Entities in the [`cover`](https://www.home-assistant.io/components/cover) domain | 5
Entities in the [`device_tracker`](https://www.home-assistant.io/components/device_tracker) domain | 25
Entities in the [`device_tracker`](https://www.home-assistant.io/components/device_tracker) domain | 26
Entities in the [`fan`](https://www.home-assistant.io/components/fan) domain | 3
Entities in the [`group`](https://www.home-assistant.io/components/group) domain | 13
Entities in the [`input_boolean`](https://www.home-assistant.io/components/input_boolean) domain | 27
Expand All @@ -92,7 +92,7 @@ Entities in the [`remote`](https://www.home-assistant.io/components/remote) doma
Entities in the [`scene`](https://www.home-assistant.io/components/scene) domain | 2
Entities in the [`script`](https://www.home-assistant.io/components/script) domain | 46
Entities in the [`select`](https://www.home-assistant.io/components/select) domain | 22
Entities in the [`sensor`](https://www.home-assistant.io/components/sensor) domain | 382
Entities in the [`sensor`](https://www.home-assistant.io/components/sensor) domain | 379
Entities in the [`setter`](https://www.home-assistant.io/components/setter) domain | 1
Entities in the [`siren`](https://www.home-assistant.io/components/siren) domain | 1
Entities in the [`sun`](https://www.home-assistant.io/components/sun) domain | 1
Expand All @@ -102,7 +102,7 @@ Entities in the [`update`](https://www.home-assistant.io/components/update) doma
Entities in the [`vacuum`](https://www.home-assistant.io/components/vacuum) domain | 1
Entities in the [`weather`](https://www.home-assistant.io/components/weather) domain | 2
Entities in the [`zone`](https://www.home-assistant.io/components/zone) domain | 6
**Total state objects** | **1184**
**Total state objects** | **1181**
## The HACS integrations/plugins that I use:
**Appdaemon**:<br>
[aneisch/follow_me_appdaemon](https://github.com/aneisch/follow_me_appdaemon)<br>
Expand Down
2 changes: 1 addition & 1 deletion extras/Node-RED/flows.json

Large diffs are not rendered by default.

19 changes: 7 additions & 12 deletions extras/docker-compose/other/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,22 +126,17 @@ services:
- /opt/vaultwarden-backup/:/config/
vscode:
container_name: vscode
image: linuxserver/code-server:3.12.0
image: ghcr.io/hassio-addons/vscode/amd64:stable
restart: always
volumes:
- '/opt/vscode:/config'
- '/opt/homeassistant/:/ha_config/homeassistant'
- '/opt/appdaemon/:/ha_config/appdaemon'
- '/opt/docker-compose/:/ha_config/docker-compose'
- '/opt/github:/ha_config/github_projects'
- '/home/aneisch/.backup:/ha_config/homeassistant-git'
- '/opt/vscode/data:/data/vscode'
- '/opt/homeassistant/:/config/homeassistant'
- '/opt/appdaemon/:/config/appdaemon'
- '/opt/docker-compose/:/config/docker-compose'
- '/opt/github:/config/github_projects'
- '/home/aneisch/.backup:/config/homeassistant-git'
environment:
- TZ=America/Chicago
- 'DOCKER_MODS=ghcr.io/aneisch/code-server-home-assistant'
- 'HOMEASSISTANT_URL=http://10.0.1.22:8123'
- PUID=1000
- PGID=1000
- HOMEASSISTANT_TOKEN=XXX
watchtower:
container_name: watchtower
image: containrrr/watchtower:latest
Expand Down
19 changes: 7 additions & 12 deletions extras/docker-compose/unified/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,22 +289,17 @@ services:
- /opt/vaultwarden-backup/:/config/
vscode:
container_name: vscode
image: linuxserver/code-server:3.12.0
image: ghcr.io/hassio-addons/vscode/amd64:stable
restart: always
volumes:
- '/opt/vscode:/config'
- '/opt/homeassistant/:/ha_config/homeassistant'
- '/opt/appdaemon/:/ha_config/appdaemon'
- '/opt/docker-compose/:/ha_config/docker-compose'
- '/opt/github:/ha_config/github_projects'
- '/home/aneisch/.backup:/ha_config/homeassistant-git'
- '/opt/vscode/data:/data/vscode'
- '/opt/homeassistant/:/config/homeassistant'
- '/opt/appdaemon/:/config/appdaemon'
- '/opt/docker-compose/:/config/docker-compose'
- '/opt/github:/config/github_projects'
- '/home/aneisch/.backup:/config/homeassistant-git'
environment:
- TZ=America/Chicago
- 'DOCKER_MODS=ghcr.io/aneisch/code-server-home-assistant'
- 'HOMEASSISTANT_URL=http://10.0.1.22:8123'
- PUID=1000
- PGID=1000
- HOMEASSISTANT_TOKEN=XXX
watchtower:
container_name: watchtower
image: containrrr/watchtower:latest
Expand Down
Binary file modified images/nodered_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/nodered_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions www/community/lovelace-wallpanel/wallpanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class ScreenWakeLock {
}
}

const version = "4.7.1";
const version = "4.8.1";
const defaultConfig = {
enabled: false,
enabled_on_tabs: [],
Expand Down Expand Up @@ -1433,7 +1433,9 @@ class WallpanelView extends HuiView {
expires: 60
}).then(
result => {
img.src = `${document.location.origin}${result.path}`;
let src = `${document.location.origin}${result.path}`;
if (config.debug) console.debug(`Setting image src: ${src}`);
img.src = src;
},
error => {
console.error("auth/sign_path error:", error);
Expand Down
Binary file modified www/community/lovelace-wallpanel/wallpanel.js.gz
Binary file not shown.

0 comments on commit c5ac133

Please sign in to comment.