Skip to content

Commit

Permalink
Merge pull request ApolloAutomation#24 from ApolloAutomation/AddIDsTo…
Browse files Browse the repository at this point in the history
…Sensors

Adding IDs To Sensors
  • Loading branch information
TrevorSchirmer authored Dec 11, 2023
2 parents fa1d2fb + 3fd047c commit eb4603e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Integrations/ESPHome/MSR-1.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Define Project
substitutions:
name: apollo-msr-1
version: "23.12081"
version: "23.12111"
device_description: ${name} made by Apollo Automation - version ${version}.

esphome:
Expand Down Expand Up @@ -435,6 +435,7 @@ sensor:
name: g8 still energy

- platform: bme280
id: bme_280
temperature:
name: "BME280 Temperature"
id: bme280temperature
Expand All @@ -454,6 +455,7 @@ sensor:


- platform: ltr390
id: ltr_390
uv:
name: "LTR390 UV"
id: ltr390uv
Expand All @@ -471,6 +473,7 @@ sensor:

light:
- platform: neopixelbus
id: rgb_light
type: GRB
variant: WS2812x
pin: GPIO3
Expand All @@ -479,7 +482,7 @@ light:
method:
type: esp32_rmt
channel: 0
id: rgb_light




Expand Down
Binary file modified Integrations/ESPHome/firmware-factory.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion Integrations/ESPHome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-msr-1",
"version": "23.12081",
"version": "23.12111",
"new_install_prompt_erase": false,
"builds": [
{
Expand Down

0 comments on commit eb4603e

Please sign in to comment.