Skip to content

Commit

Permalink
adding local mqtt again
Browse files Browse the repository at this point in the history
  • Loading branch information
cy1701 committed Mar 4, 2018
1 parent d6ae6df commit be4aa6f
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .HA_VERSION
@@ -1 +1 @@
0.63.3
0.64.1
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -17,10 +17,11 @@ Steve
* 2 Wemo Outlets
* 2 Raspberry PI V1 running mpd
* 2 Raspberry PIs V3 running Kodi - 2 installs
* 1 Google Chromecast Audio
* 1 Google Chromecast video
* 1 Google home mini
* 1 AT&T Windows phone Bedside Console (Runs Nightstand Clock app)
* 1 Google Chromecast Audio
* 1 Google Chromecast video
* 1 Roku Express
* 1 Google home mini
* 1 AT&T Windows phone Bedside Console (Runs Nightstand Clock app)

**Devices needing to be configured**

Expand Down
8 changes: 4 additions & 4 deletions customize.yaml
Expand Up @@ -77,13 +77,13 @@ sensor.yw_day3_temperature_max:
sensor.yw_day3_temperature_min:
friendly_name: 'Low Next Day'

device_tracker.moto_moto:
device_tracker.pixel_pixel:
friendly_name: 'Steve'
entity_picture: 'local/steve_icon.jpg'
device_tracker.android5a4df5eb8595e457:
friendly_name: 'Stevewifi'
device_tracker.pixel:
friendly_name: 'Steve-wifi'
entity_picture: 'local/steve_icon.jpg'
sensor.steve_moto_battery:
sensor.steve_pixel_battery:
icon: 'mdi:battery'

device_tracker.iphone_iphone:
Expand Down
3 changes: 3 additions & 0 deletions entity_registry.yaml
Expand Up @@ -34,3 +34,6 @@ light.hall_light:
light.living_room_ceiling_2:
platform: hue
unique_id: 00:17:88:01:10:3a:a9:b6-0b
media_player.office_speaker:
platform: cast
unique_id: 35ecaf7e-070d-0bcb-2211-4e2cd11590da
10 changes: 5 additions & 5 deletions groups/groups.yaml
Expand Up @@ -90,12 +90,12 @@ officekodi:
- media_player.kodi_office
- input_slider.office_kodi_volume
family:
- device_tracker.moto_moto
- device_tracker.pixel_pixel
- device_tracker.iphone_iphone
stevedetail:
- device_tracker.moto_moto
- sensor.steve_moto_battery
- device_tracker.android5a4df5eb8595e457
- device_tracker.pixel_pixel
- sensor.steve_pixel_battery
- device_tracker.pixel
tammydetail:
- device_tracker.iphone_iphone
- sensor.tammy_iphone_battery
Expand Down Expand Up @@ -212,7 +212,7 @@ hastatus:
- sensor.ram_free
- sensor.disk_free_home
- sensor.last_boot
# - since_last_boot
- sensor.current_version

ToggleSettings:
- input_boolean.start_vacation_light_show
Expand Down
6 changes: 3 additions & 3 deletions sensors.yaml
Expand Up @@ -3,8 +3,8 @@
#######################################
#steve
- platform: mqtt
state_topic: "owntracks/moto/moto"
name: "Steve Moto Battery"
state_topic: "owntracks/pixel/pixel"
name: "Steve Pixel Battery"
unit_of_measurement: "%"
value_template: "{{ value_json.batt }}"
#tammy
Expand Down Expand Up @@ -49,7 +49,7 @@
host: !secret http_url
port: !secret http_port


- platform: version


########################################
Expand Down

0 comments on commit be4aa6f

Please sign in to comment.