All Projects → freakshock88 → hass-populartimes

freakshock88 / hass-populartimes

Licence: MIT license
Custom component for Home Assistant which generates a sensor to show popularity for a google maps place.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to hass-populartimes

qualtrics-map
Google Maps integration into Qualtrics.
Stars: ✭ 17 (-29.17%)
Mutual labels:  google-maps, google-places-api
Android-Google-Places-API
An easy implementation of Google Places API in Android https://developers.google.com/places/web-service/
Stars: ✭ 53 (+120.83%)
Mutual labels:  google-maps, google-places-api
jquery-google-reviews
simple jquery Plugin that utilizes Google API to get data from a Place on Google Maps
Stars: ✭ 33 (+37.5%)
Mutual labels:  google-maps, google-places-api
home-assistant-nespressoble
NESPRESSO ble Home Assistant custom componenets and also a 2MQTT script
Stars: ✭ 34 (+41.67%)
Mutual labels:  homeassistant
bobbycar
IoT Transportation demo using Red Hat OpenShift and Middleware technologies
Stars: ✭ 33 (+37.5%)
Mutual labels:  google-maps
LennoxiComfort
Home Assistant custom component for controlling Lennox iComfort WiFi and AirEase Comfort Sync thermostats.
Stars: ✭ 22 (-8.33%)
Mutual labels:  homeassistant
Pix2Pix
Image to Image Translation using Conditional GANs (Pix2Pix) implemented using Tensorflow 2.0
Stars: ✭ 29 (+20.83%)
Mutual labels:  google-maps
hive
My home infrastructure
Stars: ✭ 31 (+29.17%)
Mutual labels:  homeassistant
ledfxrm
Custom Integration for Home Assistant to control a any (local/remote) LedFX-server - State: beta
Stars: ✭ 31 (+29.17%)
Mutual labels:  homeassistant
bootstrap-grid-card
Bootstrap grid in Lovelace UI
Stars: ✭ 25 (+4.17%)
Mutual labels:  homeassistant
hass-miwifi
MiWiFi for Home Assistant
Stars: ✭ 116 (+383.33%)
Mutual labels:  homeassistant
ParkingDemo
Taipei City Parking Lot Information Query System Demo
Stars: ✭ 18 (-25%)
Mutual labels:  google-maps
esp8266 p1meter
dsmr 4.2 P1 meter to mqtt using esp8266 nodemcu
Stars: ✭ 69 (+187.5%)
Mutual labels:  homeassistant
ember-google-maps
A friendly Ember addon for working with Google Maps.
Stars: ✭ 93 (+287.5%)
Mutual labels:  google-maps
hfeasy
HFeasy - firmware for HF-LPx100/LPx30 based devices
Stars: ✭ 35 (+45.83%)
Mutual labels:  homeassistant
flu-monitor
Flu visualization tool
Stars: ✭ 10 (-58.33%)
Mutual labels:  google-maps
sensor.greenely
Custom component to get usage data and prices from Greenely for Home Assistant
Stars: ✭ 41 (+70.83%)
Mutual labels:  homeassistant
sensor.rpi power
A Custom component for Home-Assistant that checks if your Raspberry Pi power supply is giving enough voltage from the kernel.
Stars: ✭ 105 (+337.5%)
Mutual labels:  homeassistant
homeassistant-config
My Home Assistant YAML configuration
Stars: ✭ 249 (+937.5%)
Mutual labels:  homeassistant
ReaLocate
ASP.NET MVC 5 Real Estate Application
Stars: ✭ 18 (-25%)
Mutual labels:  google-maps

hass-populartimes

hacs_badge

Description

This is a custom component for Home Assistant. The component generates a sensor which shows the current popularity for a place which can be found in Google Maps using the Places API.

Sensor attributes are also generated which indicate past popularity at each hour of the day.

Updated requirements

Since updating to a new fork of populartimes, a Google Places API key or Places Id is no longer required.

Installation

Either:

  1. Install via HACS
  2. Download files as zip and put the contents of the populartimes folder in your home assistant custom_components folder.

Configuration

sensor:
  platform: populartimes
  name: 'your_sensor_name_here'
  address: 'your_address_here'

The address should preferably be in the following format: "(location name) , full address, city, province/state/etc, country"

Links:

Home Assistant Community Topic

Credits

This component uses the LivePopularTimes library, which is a fork of the previously used populartimes library.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].