Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Add] Ping and Weather custom sensor + ColoredFlat Theme #510

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on May 5, 2024

  1. [Added] Ping and Weather sensors

    Based on the fork https://github.com/GaryStar/turing-smart-screen-python/tree/feature/names-alert-weather from @GaryStar.
    updated to OneCall 3.0
    Work in progress
    Psykotik committed May 5, 2024
    Configuration menu
    Copy the full SHA
    40395cf View commit details
    Browse the repository at this point in the history
  2. [Added] Theme Perso

    Added personnal theme, name not good but it's mine. .xcf file for GIMP (or other tool i don't know) if needed to change the wallpaper
    Psykotik committed May 5, 2024
    Configuration menu
    Copy the full SHA
    45f9971 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d0036d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dccf481 View commit details
    Browse the repository at this point in the history
  5. [Rename] Renamed my theme to ColoredFlat (instead of Perso)

    + removed weather data print in console
    Psykotik committed May 5, 2024
    Configuration menu
    Copy the full SHA
    ad62d0a View commit details
    Browse the repository at this point in the history
  6. [Change] line_graphs timer

    All line_graphs for cpu, gpu, net, ping etc. are now an historic of 120s for consistency
    Psykotik committed May 5, 2024
    Configuration menu
    Copy the full SHA
    befc826 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9233dc View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. [Update] theme_example.yaml

    Updated theme_example.yaml to reflect new weather sensor
    Psykotik committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d9c6fea View commit details
    Browse the repository at this point in the history
  2. [Update] ColoredFlat theme.yaml

    Updated theme.yaml to relfect changes on weather sensor and positionning
    Psykotik committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7ae1a75 View commit details
    Browse the repository at this point in the history
  3. [Update] stats.py weather sensor

    updated the weather sensor to have different modules instead of one text string.
    Now it has 5 differents informations : temperature, felt temperature, humidity, weather condition description, and update time.
    Psykotik committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9d6a00d View commit details
    Browse the repository at this point in the history