Skip to content

Home Assistant custom component for the abalin name day API

License

Notifications You must be signed in to change notification settings

viktak/ha-cc-abalin-nameday

Repository files navigation

Home_Assistant hacs_badge hacs_badge GitHub GitHub code size in bytes

ha-cc-abalin-nameday

Home Assistant custom component for the abalin name day API

Installation

Automatic

Use HACS to install it.

Manual

Copy the files to their proper location

Usage

Example configuration.yaml:

sensor:
    - platform: abalin_nameday
      country: hu
      time_zone: Europe/Prague

Explanation

country: one of the countries from this list:

['cz','sk','pl','fr','hu','hr','se','us','at','it','es','de','dk','fi','bg','lt','ee','lv','gr','ru']

timezone: One of the time zones from this list:

'America/Denver',
'America/Costa_Rica',
'America/Los_Angeles',
'America/St_Vincent',
'America/Toronto',
'Europe/Amsterdam',
'Europe/Monaco',
'Europe/Prague',
'Europe/Isle_of_Man',
'Africa/Cairo',
'Africa/Johannesburg',
'Africa/Nairobi',
'Asia/Yakutsk',
'Asia/Hong_Kong',
'Asia/Taipei',
'Pacific/Midway',
'Pacific/Honolulu',
'Etc/GMT-6',
'US/Samoa',
'Zulu',
'US/Hawaii',
'Israel',
'Etc/GMT-2',

Sensors created

Currently, the following sensor is created by this integration:

  • sensor.nameday_< country_code > i.e. sensor.nameday_hu

Sample screenshot of sensors

screenshot

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GNU General Public License v3.0

About

Home Assistant custom component for the abalin name day API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages