mqtt-homeassistant 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b3b690fa29c4c91d51cf754c831cd9b235732a3c194a9480143a583b249c152d
4
- data.tar.gz: 845c42eee2c9886ca5cfe74a671953fff056b39294a59f37f62e078a58592e6a
3
+ metadata.gz: e4abb16dba6ea2ddab3b0619ded2e0712e2b997d710cc69d367a5234ee00371c
4
+ data.tar.gz: b22f5a9ddc2fc216c8a57564f6691661fb0cbaeedfa00d3de76548cf23de299f
5
5
  SHA512:
6
- metadata.gz: 0457045aa5cc360cd0839fc91e0283e43cb815ff8fd23a40a2c4fa0f428b0dc18374d2a382a30594a13fb5f6633e596e9ace61535cfd5ec0fe47f3facbb9fe63
7
- data.tar.gz: d52a60e1008ea6ce8b7aed1d5865a0c2a15cedd5df1b23f7d80f1a4ded167da14372e4f51913e48e66e94e7b360597d35fa3b90d816623cfd05139497ffb8f18
6
+ metadata.gz: 9704e5112d570e0a7cdf255a365af0440a7a24c09376513703eb25726d46f180334e6c78f7ea6ad71ec2faa38adbdc511e4f453430f08840555d44276a1598d0
7
+ data.tar.gz: ad8ce6569cbd7fccc1fa968061f4f9a966f97710d1d51d723128f67780191d32edeb5f6738f3eb5339d3a8305d9b2e3745b5e52cc92d2b816305e5010faff0a4
@@ -2,6 +2,6 @@
2
2
 
3
3
  module MQTT
4
4
  module HomeAssistant
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
@@ -166,7 +166,7 @@ module MQTT
166
166
  config[:unique_id] = "#{node.device.id}_#{id || node.id}"
167
167
  read_only_props = %i[action current_temperature]
168
168
  properties.each do |prefix, property|
169
- add_property(config, property, prefix, templates, read_only: read_only_props.include?(prefix))
169
+ add_property(config, property, prefix, templates: templates, read_only: read_only_props.include?(prefix))
170
170
  end
171
171
  temp_properties = [
172
172
  temperature_property,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mqtt-homeassistant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cody Cutrer