Skip to content

Commit

Permalink
update mqtt-homie-homeassistant
Browse files Browse the repository at this point in the history
fixes units on sensors
  • Loading branch information
ccutrer committed Jan 20, 2025
1 parent 22f36fb commit cad2256
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
balboa_worldwide_app (2.2.0)
balboa_worldwide_app (2.2.1)
ccutrer-serialport (~> 1.0)
digest-crc (~> 0.4)
mqtt-homie-homeassistant (~> 1.0, >= 1.0.4)
mqtt-homie-homeassistant (~> 1.0, >= 1.0.5)
net-telnet-rfc2217 (~> 1.0)
sd_notify (~> 0.1.1)

Expand All @@ -17,7 +17,7 @@ GEM
ffi (~> 1.9, >= 1.9.3)
digest-crc (0.6.5)
rake (>= 12.0.0, < 14.0.0)
ffi (1.17.1-x86_64-linux-gnu)
ffi (1.17.1)
homie-mqtt (1.6.3)
mqtt-ccutrer (~> 1.0, >= 1.0.3)
ruby2_keywords (~> 0.0.5)
Expand All @@ -27,7 +27,7 @@ GEM
mqtt-homeassistant (1.0.2)
json (~> 2.0)
mqtt-ccutrer (~> 1.0, >= 1.0.3)
mqtt-homie-homeassistant (1.0.4)
mqtt-homie-homeassistant (1.0.5)
homie-mqtt (~> 1.6)
mqtt-homeassistant (~> 1.0, >= 1.0.2)
net-telnet (0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion balboa_worldwide_app.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|

s.add_dependency "ccutrer-serialport", "~> 1.0"
s.add_dependency "digest-crc", "~> 0.4"
s.add_dependency "mqtt-homie-homeassistant", "~> 1.0", ">= 1.0.4"
s.add_dependency "mqtt-homie-homeassistant", "~> 1.0", ">= 1.0.5"
s.add_dependency "net-telnet-rfc2217", "~> 1.0"
s.add_dependency "sd_notify", "~> 0.1.1"

Expand Down
2 changes: 1 addition & 1 deletion lib/bwa/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BWA
VERSION = "2.2.0"
VERSION = "2.2.1"
end

0 comments on commit cad2256

Please sign in to comment.