purpleair 0.0.3 → 0.0.4

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/exe/purpleair_mqtt_bridge +3 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 060b300e03f93347681d274759857922d8455b0656163c7d41cea67451558323
4
- data.tar.gz: 79f6d753281474e92b9089b0998a0244e07032d31073bfc6ecc58731715a2bf1
3
+ metadata.gz: 2143ce19877835c3d83b337743675af5c194910ca865d1aaacaf9bfe21ee7b29
4
+ data.tar.gz: 1bd57fc1dace7670e0693d6cce7c0d1098a9b878ebf83401f4e04fa82cb804b6
5
5
  SHA512:
6
- metadata.gz: 91296a0d880f6493ec018ae1d13d067be69a599a70079b11074a21a14e4530233f501d053ce30e7315e8c78a97651cb3664bf32d4b50deb227caff5987e77e08
7
- data.tar.gz: 19ba9b97408f248fe315d5f7ae96b2820f4ec4d286f92c0c3f9bfe20babce4ccff258c99ffbd194fcf0639b450d015a46b398de7c973971b0c3808d8a594b6e2
6
+ metadata.gz: 3c0140b849c7f2180ed406d46b8142e69bce2425c0acf8e37a7543adc882b2ee23f6f66a852081bf86f28e85dd778fc4a99e2ce3f50c51cd825ef6e5559c0906
7
+ data.tar.gz: cdd9d8987c19cdb3734dec4514333169efb34e38bf8a0d1d1c7a9f585d3cb1ab435acf369606469d25afdcb8d9e93e17e7a37e9d689ae8247a4c0622cdb3bfeb
@@ -119,21 +119,21 @@ CHANNELS.each do |channel_id|
119
119
  "PM1.0",
120
120
  :float,
121
121
  fields["pm1_0_atm"],
122
- unit: "µg/m3",
122
+ unit: "µg/",
123
123
  hass: { sensor: { device_class: :pm1,
124
124
  state_class: :measurement } })
125
125
  channel.property("pm2-5-atm",
126
126
  "PM2.5",
127
127
  :float,
128
128
  fields["pm2_5_atm"],
129
- unit: "µg/m3",
129
+ unit: "µg/",
130
130
  hass: { sensor: { device_class: :pm25,
131
131
  state_class: :measurement } })
132
132
  channel.property("pm10-0-atm",
133
133
  "PM10",
134
134
  :float,
135
135
  fields["pm10_0_atm"],
136
- unit: "µg/m3",
136
+ unit: "µg/",
137
137
  hass: { sensor: { device_class: :pm10,
138
138
  state_class: :measurement } })
139
139
  channel.property("p-0-3-um",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: purpleair
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cody Cutrer