Skip to content

Commit

Permalink
re: #163
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjking committed Dec 11, 2018
1 parent 11545a0 commit bfc299c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binary_sensor/tile-template.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- platform: template
sensors:
kinna_tile_boolean:
friendly_name: "Kinna Tile Location"
friendly_name: "Kinna"
value_template: "{{ states.sensor.kinnatile.state == 'true' }}"
5 changes: 4 additions & 1 deletion customize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@
icon: mdi:package-variant
media_player.googlehome0619:
icon: 'mdi:google-home'
name: Kitchen Googles
name: Kitchen Googles
binary_sensor.kinna_tile_boolean:
icon: mdi:shopping




Expand Down
4 changes: 4 additions & 0 deletions sensor/rest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- platform: rest
name: KinnaTile
resource: http://0.0.0.0:5000/api/search/c8:31:53:38:c9:f1

- platform: rest
name: BrianBagTile
resource: http://0.0.0.0:5000/api/search/d5:a8:5b:68:b3:92

0 comments on commit bfc299c

Please sign in to comment.