Skip to content

Commit

Permalink
newver
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonsm committed Mar 16, 2023
1 parent cda57f6 commit 121695f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .HA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.3.3
2023.3.4
5 changes: 3 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: /etc/uhttpd.key
ssl_certificate: /etc/uhttpd.crt
ssl_key: /root/.homeassistant/ssl.key
ssl_certificate: /root/.homeassistant/ssl.crt

# default_config:

Expand Down Expand Up @@ -251,6 +251,7 @@ zhibot:
zhiaqara:
name: 小米网关
key: 3ECB50168D7F4AEB
interface: 192.168.1.1

zhibroad:
- name: 书房遥控
Expand Down
2 changes: 1 addition & 1 deletion extras/test/test_modbus.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'state_is_on': {'registers': [1, 2, 3, 4], 'register_type': 'coil'}
}

client = ModbusClient(host='ModBus', port=8899, framer=ModbusFramer)
client = ModbusClient(host='192.168.1.60', port=8899, framer=ModbusFramer)
kwargs = {'unit': 1}

for key in ATTR_MAP:
Expand Down
2 changes: 1 addition & 1 deletion modules/ZhiLace

0 comments on commit 121695f

Please sign in to comment.