Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonsm committed Mar 12, 2023
1 parent f19c137 commit cda57f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .HA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.3.0
2023.3.3
4 changes: 2 additions & 2 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ homeassistant:

http:
server_port: 88
ssl_key: ~/.homeassistant/ssl.key
ssl_certificate: ~/.homeassistant/ssl.crt
ssl_key: /etc/uhttpd.key
ssl_certificate: /etc/uhttpd.crt

# default_config:

Expand Down
3 changes: 3 additions & 0 deletions extras/setup/Hass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@ alias hassup='systemctl stop homeassistant; pip3 install homeassistant --upgrade
alias hasslog='tail -f ~/.homeassistant/home-assistant.log'
alias hassrl='hassre; hasslog'
EOF

# Docker
docker run -d --name homeassistant --privileged --restart=unless-stopped -e TZ=Asia/Shanghai -v /opt/.homeassistant:/config --network=host ghcr.io/home-assistant/home-assistant:stable
2 changes: 1 addition & 1 deletion modules/ZhiCaiYun

0 comments on commit cda57f6

Please sign in to comment.